I have created a Custom field called /RID/ on the CustInvoiceLineTemplate Table, I want this field to be unique and not allow duplicates. I have created an index for this table with the RID field, yet it still allows duplicates, is there a way I can go about ti
That can be achieved by adding an index to the table. Just add the field/s that make up the key, and set the property Allow duplicates to No for that key. You can refer to this thread: www.dynamicsuser.net.
Best regards,
Kevin
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.