ishant.kesar

Apex SDK appends _X sometime in the Template Name

0 votes

Apex SDK sometime appends _X in the template name 


Reply to: Apex SDK appends _X sometime in the Template Name

0 votes

Hi ishant.kesar,

 

This might be caused because there's reserved word in your template name, see the OneSpanJSONHelper.cls > getInboundReplacementMap() method:

https://github.com/KadenceCollective/onespan-sign-apex-sdk/blob/master/src/classes/OneSpanJSONHelper.cls

"enum","from","group","NEW","PACKAGE", these words will be appended an _X and get removed when built as outbound payload (remove_x() method).

 

Duo

 

Duo Liang OneSpan Evangelism and Partner Integrations Developer


Hello! Looks like you're enjoying the discussion, but haven't signed up for an account.

When you create an account, we remember exactly what you've read, so you always come right back where you left off