When trying to set the custom field value as true in summary function of map reduce script in inventory count. Error occurred after setting Field value using Record.submitFields. Exact reason not getting. But this is solved by load the record and set field by setValue.
Tag: Summary
Entry should not be allowed in “Parent Account”
Requirement: The transaction entries should be posted only in the child account, not the parent account. Solution: Step 1: Go to Setup -> Accounting -> Chart of Account -> Edit the chart of account record. Step 2: Check the Summary field on the account record. Step 3: Click Save.
Results without Summary type Column in Search
Use the below formula to show the summary value without grouping the search results. count /*comment*/ ({memberitem.internalid}) over (partition by {internalid}) For Example:::Search Type: ItemItem Type: Kit/ PackageResults: Show the count of member items and member item quantity without using the summary type column under the Results subtab Output: Script Code: var kititemSearchObj = search.create({type:… Continue reading Results without Summary type Column in Search
Inactivating a parent chart of account
Inactivate parent account