Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
How to update a sale with CRMScript in SuperOffice.
NSSaleAgent saleAgent; NSSaleEntity sale = saleAgent.GetSaleEntity(4); NSListAgent listAgent; sale.SetCompetitor(listAgent.GetCompetitor(1)); sale = saleAgent.SaveSaleEntity(sale);
NSSaleAgent saleAgent; Void DeleteSaleEntity(123);
Was this page helpful?