I am fill created by field by some user. But when document saved “created by” filled by user which run process screen.
Solved
Fill created by field manually
Best answer by bihalivan15
ARInvoice arInvoice = arInvoiceGraph.Document.Insert(
new ARInvoice
{
DocType = ARInvoiceType.CreditMemo,
});
arInvoice.CreatedByID = amazonStore.Creator; //(user from setting)
its work for me
Login to the community
No account yet? Create an account
Social Login
Login with your Acumatica accountEnter your E-mail address. We'll send you an e-mail with instructions to reset your password.