vba - Discovering Dynamics SL (Solomon) Customizations -


I am in the middle of an upgrade to an MS Dynamics SL (6.5 SP1) installation, and wondering if there is any easier The way to review the BSL / VBA code included in screen optimization

or at least one method of being able to find each form containing customization

To search each and every form of optimization (by type), enter any database Looks like SQL looks something like this (I leave the exact statement on the customer's site and rebuild it from memory):

  SELECT DISTINCT s.Module, s.Name Click on the Custom VBA C INNER Screen S. C. Screen id = s.Number WHERE c.Sequence = 300 selection of union variation S. Module, s. Turn on the Custom 2C Inner Screen by Name c. ScreenID = s.Number WHERE c.Sequence = 300  "Sequence = 300" means this will give the screen number and name where there will be an amendment for "all users" (500 for a specific user and 100 Ons will be for the third party add-on. Ons) 

Now, there is a custom VBA table where VBA customization is stored, while the Custom2 table is where the BSL customization is stored.

Alternatively, anyone can see the export list, though it displays the change in all the scenes.

Now, that we have a separate list of forms, we can export those changes within Solomon, per revision as a CST file (and those CST files are notepad or any other text editor Open in) The top of these files will have a list of controls that use the modification (Below is a code that is a binary-encoded string that gives the details of code modifications). Any control made through the customization will be the "created = true" property associated with them.

And now we know which screens have been modified, and which controls have been newly created (along with the ones that are closed, or have been transferred or no data in the form of CST ) Now we can compare the changes between 6.5 and 7.0 FP1 and ensure that the migration has accepted all the optimization and hopefully they are all doing the job


Comments

Popular posts from this blog

c# - How to capture HTTP packet with SharpPcap -

php - Multiple Select with Explode: only returns the word "Array" -

php - jQuery AJAX Post not working -