Hello Community,
i have been wondering if we can mark the Document or Line-level Notes as required? if yes then how? Can we achieve it via low-code/No-code customization?
Thanks in advance.
Hello Community,
i have been wondering if we can mark the Document or Line-level Notes as required? if yes then how? Can we achieve it via low-code/No-code customization?
Thanks in advance.
Best answer by aaghaei
You will need to develop your graph extension logic on NoteFiles hidden field like:
protected virtual void CARecon_NoteFiles_FieldVerifying(PXCache cache, PXFieldVerifyingEventArgs e)
{
//Write your Logic here
}
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.