Move Analyze option to the right
After creating the a new Docker and enabling the Analyze option I noticed, the new option is very annoying. It's too big and in the way for the normal actions. Maybe move it next to the Share option? At least not on the left.
Put the namespace using section in it own region
Add the namespace "using" section in it's own #region. This way we can collaps the complete usins section to one line. At the moment the Job table has 38 using lines.
XML Buffer should be able to handle CDATA
When reading this xml into the XML-Buffer. It does not read the MsgContent into the table.
<>
2ef78060-5c41-43b8-a35a-63dce8...
Make ConvertAmountTo functions in Job Planning Line public instead of local
Currently, al the ConvertAmountTo functions in Job Planning Line are local. Make these functions public so we can use these function without copying functionality
Functions ConvertAmountToLC, ConvertAmountToFCY
Make it possible to access the protected variables in a table
Currently the Job Planning Line has 4 protected vars
protected var
Job: Record Job;
UnitAmountRoundingPrecis...
