In Sage X3, We have Signature Workflows that Provides us a feature of processing automatic signature for a record if the record is created or modified by the first level of the user present in the assignment rule. You will able to see the record signed and processed to second level user for signature in workflow history.
Typically, workflow is a trail of any business process from begining to end involving a lot of complicated steps. Workflow automation is a way in which these steps can be automated into one single process. All this leads to saving time, pacing up any business process, improving visibility and proper utilization of resources which is one of the biggest benefits of the Business Unit involved in ERP system.
When we mail using workflow the flow address is picked from the user record. But for one of our client’s they wanted a generic email address to be set as From email address and this can’t be achieved through SMTP. To set a generic from address we found an entry point AWRKMEL with action EMAIL where we can set hardcoded generic email addresses.
New Stuff: Quality Variance in Sage X3
Using the below code we can achieve send mail from generic email address:
$ACTION
Case ACTION
when ‘EMAIL’ : Gosub EMAIL
when Default
Endcase
Return
$EMAIL
EXP_EMAIL=’x3generic@x3domain.com’ ##Mention the generic email address here
Return
The call to the EMAIL entry point is carried out just after the opening of the command file used by the instruction meladx. The command file is still empty.
Entry point EMAIL : Is used to modify the sender of a message sent by the email server.
Variable EXP_MAIL : Contains the name of the sender.
This way we can set specific generic Send from email addresses from workflow notifications.
About Us
Greytrix – a globally recognized and one of the oldest Sage Development Partner is a one-stop solution provider for Sage ERP and Sage CRM organizational needs. Being acknowledged and rewarded for multi-man years of experience, we bring complete end-to-end assistance for your technical consultations, product customizations, data migration, system integrations, third-party add-on development and implementation competence.
Greytrix caters to a wide range of Sage X3, a Sage Business Cloud Solution, offerings. Our unique GUMU integrations include Sage X3 for Sage CRM, Salesforce.com, Dynamics 365 CRM and Magento eCommerce along with Implementation and Technical Support worldwide for Sage X3. Currently we are Sage X3 Implementation Partner in East Africa, Middle East, Australia, Asia, US, UK. We also offer best-in-class Sage X3 customization and development services, integrated applications such as POS | WMS | Payment Gateway | Shipping System | Business Intelligence | eCommerce and have developed add-ons such as Catch – Weight and Letter of Credit and India Legislation for Sage X3 to Sage business partners, end users and Sage PSG worldwide. Greytrix Sales Commission App for Sage X3 simplifies commission calculations and postings on sales transactions.
The GUMU Cloud framework by Greytrix forms the backbone of cloud integrations that are managed in real-time for processing and execution of application programs at the click of a button.
Greytrix is a recognized Sage champion ISV Partner for GUMU Sage X3 – Sage CRM integration also listed on Sage Marketplace; GUMU
integration for Sage X3 – Salesforce is a 5-star rated app listed on Salesforce AppExchange and GUMU
integration for Dynamics 365 CRM – Sage ERP listed on Microsoft AppSource.
For more information on Sage X3 Integration and Services, please contact us at x3@greytrix.com, We would like to hear from you.