Summary
Resolution
NOTE: This article has been updated to reflect the release of version 4.1 of the CRM Connector. If you are using version 3.1, please refer to the documentation that accompanies this version as the steps required may be different from those described below.
Adding the Print Sequence Number field
- Select Administration > Customisation.
- Under the Secondary Entities list, select WsS200SOPOrder.
- Select the Lists tab.
- Select S200SOPOrderItemList.
- Under Field:, select WsS200SOPOrder: Print Sequence Number (lines_printsequencenumber).
- Select Add.
- Click Save.
When creating a new Sales Order, the Print Sequence Number field can now be populated and will be displayed as part of the line item details when the order is saved.
TIP: In this example, the Print Sequence Number is automatically populated according to the order the lines are entered in when the order is created. These values apply even if the user chooses to enter different values when creating the order. The value is therefore set as read-only in the Proxy used to pass data to Sage 200 Extra. For this reason, you may wish to set the value to read-only within CRM also using the steps in the next section.
Setting a field to be read-only
- Select Administration > Customisation.
- Under the Secondary Entities, select WsS200SOPOrder.
- Select the Lists tab.
- Select S200SOPOrderItemList.
- Select WsS200SOPOrder: Print Sequence Number (lines_printsequencenumber) in the list of select fields on the left-hand side.
- In the Create Script field, type ReadOnly = true;
- Select Update.
- Select Save.