Add new functionality in OnAfterGetRecord() trigger to format address in Report 1309 "Standard Sales - Return Rcpt.", Report 6636 "Purchase - Return Shipment", Report 407 "Purchase - Credit Memo", Report 408 "Purchase - Receipt", Report 1307 "Standard Sales - Credit Memo", Report 1306 "Standard Sales - Invoice", Report 1305 "Standard Sales - Order Conf."


Hello, please, change these var to protected var:

1.Report 1309 "Standard Sales - Return Rcpt."

Current:

var

ShipToAddr: array[8] of Text[100];

Should be:

protected var

ShipToAddr: array[8] of Text[100];

2.Report 6636 "Purchase - Return Shipment"...

Read more...
0 Comments

Read more...
0 Comments

Category: Development (1264)

STATUS DETAILS
Needs Votes