Summary
When setting the worklfows for Sales Order and Purchase orders, the system generates two links sent on an e-mail so the Signing User can Approve or Reject the Sales order and/or Purchase Order.
This will allow the user ( the Signing User) to not necessary to log on into the X3 system.
How do I set up PO signatures?
How do I set up Purchase Order signature emails?
Description
If you've set an SSL / HTTPS external website as the entry point to X3, the parameters need to have its address as the server.
(This solution is for v7+)
Examples:
| Parameter | Description | Value |
|---|---|---|
| AWRKSYRA | Syracuse server | https://MyExternalserver.com/trans/x3/erp/[foldername] |
| WRKRMTDIR | Workflow links directory | |
| WRKRMTHTTP | Workflow links HTTP address | MyExternalserver.com:443/sdata/x3/erp/[foldername]/$service |
| WRKRMTMAC | Serverworkstaton workflow II | |
| WRKSINTER | Internet workflow feedback | MyExternalserver.com:443/ |
| WRKSINTRA | Intranet workflow feedback | MyExternalserver.com:443/ |
Cause
The links will usually not work if the workflow(s) is not set up properly.
Resolution
WARNING: The link which is generated is based upon the link used by the user signing into X3. For example: If Andy logs in via http://localhost:8124, this will be part of the signature link. Localhost is not resolvable outside the domain.
In order to configure the workflow properly, use the following steps:
1. Make sure that the X3 Web Services are installed on the SAFE X3 management Console.
- Log on your Sage X3 Server.
- Open the SAFE X3 System Management Console.
- Select the WEB Servers option
- Check if there is a Web Server configured.
- Take note of the Port used to connect to the Web Server. This will be used in the configuration steps below.
2 Enter the proper parameters on your Production and/or Test Folder
- Go to Setup, General parameters, Parameter values.
- Double-click SUP Supervisor to expand it.
- Select the SUPERVISOR chapter, FOLDER, <
>. - Select the Group WRK, the right click and select DETAIL.
- On the parameter values window, enter the following information ( remember that the names has to coincide with the server settings on the X3 Console)
- Parameter SERMES : enter your e-mail server name or IP address
- If you don't user an e-mail server, enter RELAY.MAILINTERNAL.COM
- Parameter WRKRMTDIR: [install drive]:\Sage\[SolutionName]\FOLDER\[foldername]
- Example: E:\SAGE\SAGEX3V7\FOLDERS\SEED
- Parameter WRKRMTHTTP: <
>:< >/sdata/x3/erp/< >/$service - For example: localhost:8124/sdata/x3/erp/<
>/$service
- For example: localhost:8124/sdata/x3/erp/<
- Parameter WRKRMTMAC : <
>:< > - Legacy parameter. Leave blank in v7 and above
- For example: Same server name as above (not including http://) and the port shown in X3 Solution's Main Processor section.
- Parameter WRKSINTER : <
>:< > - For example: Same server name and port as above (not including http://). Note: This IP address must be able to be "seen" externally from your domain.
- Parameter WRKSINTRA : <
>:< > - For example: Same server name and port as above (not including http://).
- Parameter SERMES : enter your e-mail server name or IP address
- Click OK to close the page.
- Click SAVE to save the changes.