I am fill created by field by some user. But when document saved “created by” filled by user which run process screen.
Answer
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
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.