RE: Updated Comment ID is not appearing with update on SOP Invoices when printed - manual update required??
Melissa,
Think of the Comment IDs as templates, like a premade rubber stamper.
By typing or selecting a comment id, a COPY of that comment id is stamped into the order, if you remove the comment id from the comment id field in SOP entry window, it will then erase the comment (and as it happens any additional text you entered over and above the preconfigured comment) from the order.
So changing the text of the comment ID will only change the rubber stamper, it will not change all the documents you stamped with it.
Its not that bad though, you have two options:
1. Use a GP Macro (Google mail merge Dynamics GP macro) to open each quote, remove then add again the comment id and finally save the document. But you need to be aware that if users are in the habit of adding extra text in addition to that in the comment, then that text will also be removed.
2. Use SQL to update the comments. This should only be done if you have a competence in SQL, or contact your GP partner for help. By updating the CMMTEXT field in the SOP10106 table, for all documents where the comment ID is that in question. Doing this is more precise as you could use a REPLACE statement in SQL to replace any occurrences of the previous text with the new version (you will need to convert to varchar(max) first).
See the post here for a more rich explanation:
www.timwappat.info/.../Updating-Dynamics-GP-Comment-ID-in-Sales-Order-Entry