Browse By Tags

  • Duplicated lines in Lead communication

    Hi all, I have a workflow where I send emails on action. Looking into the communication list, the email log seems to be duplicated. Looking into the table Communication, the row content are the same but the Comm_CommunicationId is different. Is this…
  • Notifications

    Can you tell me CRM if we can have an automated email notification sent to the sales rep when a lead is assigned to them?
  • What data is passed through AWRKMEL? Workflow code [F:AWA]CODE is null

    Hello, I want to change the workflow sender depending on the workflow code [F:AWA]CODE. The workflow code in question is ZTEST However, in a custom ZAWRKMEL script, the [F:AWA]CODE value does not seem to pass through. The result is an email sent by…
  • Display modified fields in a workflow programmatically

    Hello! I have created a simple workflow and script to display fields that have been modified in a PO where the cost is over $10,000. This works by checking the [M] field against the base [F:POH] field, and using RETVAL to display the changed information…
  • ASYRWRKSIG Workflow approval link Error:

    Hi All, Please assist as to what might be a solution to the following error for workflow approval links: {"$diagnoses":[{"$severity":"error", "$message": "X3 engine error: D:\\Sage\\X3APP\\Folders\\X3\\TRT\\ASYRWRKSIG.src : File Non-existent ()…
  • Approve/Reject link in Workflow Email

    We have configured X3 workflow for Purchase Request and Purchase Orders. On the email, its gives a link to 'Approve', and link to 'Reject'. Instead of showing up the two line link for each, can we replace it with button called 'Accept' and 'Reject'. This…
  • Customize the "Reply to" field of emails associated with workflows sent from mail server

    Hi there, We are parameterizing and adjusting a Sage X3 V6 installation, We have different workflows configured in different modules of Sage, one of them corresponds to the module of purchases. The workflows are currently sent from the users…
  • email address of user in workflow

    Hi I'm calling a workflow from within a SPE process on the Sales Order using this: Call WORKFLOW(TYPEVT,CODEVT,OPERAT,CLEOBJ) from AWRK this works fine and all pre-configured email addresses in the workflow get emailed. However, I need to add…