Hello,
Following up from the conversation on the Power of Us hub, I'm writing here to try and get a resolution on the 2051 error we've been experiencing. It's caused by the SKU CDATA tag not being closed when using the following code:
I have updated the platform and the issue still occurs. Any help is appreciated.
Thanks.
Following up from the conversation on the Power of Us hub, I'm writing here to try and get a resolution on the 2051 error we've been experiencing. It's caused by the SKU CDATA tag not being closed when using the following code:
Code:
CnP_IaaS.Paas_Class.Items i = cnpxmlstring.ItemsList[0]; i.ItemName = 'Application Fee'; i.SKU = 'Program Service Fees-Accelerator Lab'; i.UnitPrice = app.Fee_Paid__c; ... cnpxmlstring.getItemsString_node(cnpxmlstring); ... cnpxmlstring.getgeneratexml(cnpxmlstring);
Thanks.
Comment