Not sure if this is the right subforum for this... I just joined this forum but I understand you guys are the original and best, so I'm hoping someone here knows how to help me!
We are using NAV 2009 R2 as our back-office software, and are doing a data integration with Dynamics CRM for our salespeople to use. I am currently setting up the integration processes and have gotten a pretty good data flow between the two.
However, one specific problem I ran into... the Scribe software is set to only monitor inserts/updates of the SalesHeader entity. This is fine 99% of the time, as if anybody needs to manually create an order in the back-office, it will register as being created/modified and flow over to CRM.
But one thing I noticed... if we edit a sales line (rather than inserting or deleting one)... a typical scenario, let's say we typed the price wrong and need to correct it before we sent an order confirmation... it will not notice anything in Scribe. My best guess is that modifying a SalesLine does not cause the header to be "modified", so the program has no way of knowing we did anything to it.
It would be much more complicated to monitor SalesLines, so I would like to keep our integration monitors the way they are. However, I know there's a field for "last modified" in NAV entries... what I'm looking to do is somehow script our NAV server so that if a sales line is modified, it also sets the header as modified.
I have a feeling this is easy to do, but I know nothing about NAV programming so I would like some step-by-step instructions.
Thanks in advance!