former_member535084
Participant
Member since ‎2017 Oct 24

User Statistics

  • 69 Posts
  • 1 Solutions
  • 13 Kudos given
  • 8 Kudos received

User Activity

Hi all, I implemented IC on Test tenant. They are working well at test tenant. I moved all source code to PRD, but they are not working. I try to debug on PRD tenant. I saw that they did not go to start conditions. All My IC are not workin...
Hi all, I have a problem when creating Payment Advice through SDK. Most properties of PaymentAdvice object are read-only. When I usues ManageRemittanceAdviceIn web searvice to create Payment Advice. It works fine. Do you know if there is...
Hi all, I would like use Outbound Delivery Request to create Outbound Delivery. I followed the example code from Repository Explorer, release all item schedule line of Outbound Delivery Request. But I only created 3PL Request. Could you please ...
Hello all, I would like creating Outbound Delivery by ABSL code from "Outbound Delivery Information" which Warehouse Provider sent after finishing 3PL request . I can’t immediately call ProcessOutboundDeliveryExecutionConfirmation service because...
Hello Experts, I try to overwrite Ship to address in Sale order, but I got the message "Must not be changed". import ABSL; import AP.CRM.Global; // define SalesOrder root node var elSalesOrder_Root: elementsof SalesOrder; var instSalesOrder...