Sirs:
I need to be able to set a quote as 'repeating' programatically.
I tried using a trigger, but that approach isn't smooth - if the user opens the 'sales document detail entry' window, it does not reflect the database condition.
I can't seem to access that form from code using:
Dynamics.Forms.SopDocumentDetailEntry.SopDocumentDetailEntry
--probably because the form is not open.
Can you suggest a smooth way to do this from code? I'd like to use VS Tools, and avoid VBA if possible.