We’ve had a few requests lately asking how to add the Tracking numbers to our Sales Order Processing Orders and Invoice forms.
Click to see the full BLOG article.
Notice: This website is an unofficial Microsoft Knowledge Base (hereinafter KB) archive and is intended to provide a reliable access to deleted content from Microsoft KB. All KB articles are owned by Microsoft Corporation. Read full disclaimer for more details.
View products that this article applies to.
We’ve had a few requests lately asking how to add the Tracking numbers to our Sales Order Processing Orders and Invoice forms.
Click to see the full BLOG article.
Below are steps on how to use create a calculated field in Report Writer using a function to pull the information on a form.
Note: Steps below are how to add the tracking number to the SOP Blank invoice form, but the same concept applies to other forms. You will be using the rw_CreateSOPTrackingNumberString function to pull the information.
a. In the Toolbox, select Calculated Fields from the drop-down list, and then click New.
b. In the Calculated Field Definition window, type 'Tracking Number' as the name.
c. For the Result type, select String from the drop-down list.
d. Select Calculated as the Expression Type.
e. Click in the Calculated Expression section.
f. Click the Functions tab.
g. Select User Defined.
h. Click the drop-down list for Core and select Sales.
i. Click the drop-down list for Function and select rw_CreateSOPTrackingNumberString. Click Add.
j. Click the Fields tab.
k. Click the drop-down list for Resources and select Sales Transaction Work.
l. Click the drop-down list for Fields and select SOP Number. Click Add.
m. Click the drop-down list for Fields and select SOP Type. Click Add.
The Calculated Expression should read:
FUNCTION_SCRIPT(rw_CreateSOPTrackingNumberStringSOP_HDR_WORK.SOP NumberSOP_HDR_WORK.SOP Type )
n. Select OK.
7. Add the field new 'Tracking' Calculated field to the RF section of the Invoice or Order you are modifying. It will print in alphabetical order with a comma between multiple tracking numbers.
Note: There is a character limit of 80 when adding the Tracking Number to Invoices or Orders.
8. Go back to Microsoft Dynamics GP by clicking File | Microsoft Dynamics GP. Click Save to any message you receive.
9. Give access to your modified report by going to Administration | Setup | System | Alternate/Modified Forms and Reports.
a. Select your ID
b. Click the drop-down list for Series and select Sales
c. Click the drop-down list for Type and select Reports
d. Click the Sales + sign in the Alternate/Modified Forms and Reports List section.
e. Click the SOP Blank Invoice form + sign.
f. Click the option for Microsoft Dynamics GP (Modified)
g. Click Save and close the window.
Hope this article is useful for getting the Tracking numbers onto your forms. If you have any issues or other modifications causing conflicts and need assistance, please create a case for troubleshooting.
Keywords: kb, kbmbsmigrate, kbmbspartner, kbhowto