Add new line at the end of a sublist.

First load the record in dynamic mode.To select the new line at the end of a sublist in any record we can use,record.selectNewLine(options).After selecting the new line in sublist, set the sublist value using,objRecord.setCurrentSublistValue(options).Then to commits the currently selected line on the sublist use,objRecord.commitLine(options)Finally save the record. Example code of estimate record is added below.

How to set memo field changes in a non-editable field in Sales Order?

Scenario: Need to remove the memo or edit the memo field, The memo to be saved in a none editable field and only show the NEW memo entered or empty memo field if removing the memo. The saved memo should be named “Previous memo “and stamped with date and time! Solution: To create Saved Search… Continue reading How to set memo field changes in a non-editable field in Sales Order?

How to add Memo Field in the Sublist Under Related Records Tab of Sales Order Record

1. Create Saved Search Navigate to Lists > Search > Saved Searches > New Click Transaction Search Title: Enter Title Click Criteria Filter:Note: For every required field use the drop-down menu to select it and once adjusted click Add if needed. Select Main Line Main Line: Select Yes Click Set Click Results Click Columns Field: Select Memo Click Available Filters Filter:Note: For every required field use the drop-down menu to select it and once adjusted click Add if needed.… Continue reading How to add Memo Field in the Sublist Under Related Records Tab of Sales Order Record