This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
before_share_script [2018/03/30 10:00] robyn.lin |
before_share_script [2018/05/15 00:13] paul [psp_key] |
||
---|---|---|---|
Line 63: | Line 63: | ||
In addition, the information above only applies to Dynamic Shares; the data shared in a Bulk Share is historical and will not have been modified. | In addition, the information above only applies to Dynamic Shares; the data shared in a Bulk Share is historical and will not have been modified. | ||
</WRAP> | </WRAP> | ||
+ | ===== psp_key ===== | ||
+ | <wrap info>[[carbon_release|Carbon]]</wrap>\\ | ||
+ | To access the key value of the outbound message, you can change the psp_key global dynamically. | ||
+ | |||
+ | To enabled this functionality, turn off com.perspectium.validate_mismatch_key in your Perspectium properties. | ||
+ | |||
+ | <code javascript> | ||
+ | // run on before share | ||
+ | psp_key = "custom_client"; | ||
+ | </code> |