Hi. How Can I add NoteID and ScheduleID in Invoice api?
Hi. How Can I add NoteID and ScheduleID in Invoice api?
API can access the fields from the screen, if you have not added it, please add the NoteID field to the screen and check once.
API can access the fields from the screen, if you have not added it, please add the NoteID field to the screen and check once.
I cant find the option to add NoteID in AR301000. Can you please share?
HI
You can add the NoteID manually through the customization editor.
Hi
The NoteID is returned as the ‘id’ field. It does not need to be added to your endpoint:
As per documentation @ https://help.acumatica.com/(W(167))/Help?ScreenId=ShowWiki&pageid=bc9531b0-717b-4b2d-8899-ff7ca805ade1
The entity ID is a GUID that is assigned to each entity you work with during an Acumatica ERP session. You can obtain the value of the entity ID from the ID property of an entity returned from Acumatica ERP. The records of top-level entities that you retrieve through the contract-based REST API have persistent IDs, which are the values in the NoteID
column of the corresponding database tables. That is, you can use the value from the ID property of a top-level entity returned from Acumatica ERP throughout different sessions with Acumatica ERP. However, if a record does not have a note ID (which could be the case for detail entities, entities that correspond to generic inquiries, or custom entities), this record is assigned the entity ID that is new for each new session. That is, after a new login to Acumatica ERP, you cannot use the entity ID that you received in the previous session to work with the entity.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.