web
You’re offline. This is a read only version of the page.
close
Skip to main content
Community site session details

Community site session details

Session Id :

Community blogs

Featured

Latest blog posts

View all
Like (0)
Unable to resolve reference to Table, report package import

Almas Mahfooz 11,009 User Group Leader
Like (0)
SOP_DP_Print_Forms

Few days back I had to do some customization involving registering trigger for SOP_DP_Print_Forms procedure, so to save time I google it and ended up to Dynamics GP Community Post having my own answer. This time I was trying to directly call ...

Almas Mahfooz 11,009 User Group Leader
Like (0)
Registering Procedure Trigger on VS Tools.

Dynamics GP Community Post Example: public static Microsoft.Dexterity.Applications.DynamicsDictionary.SopPoPreviewForm.FormProcedures poProc = Dynamics.Forms.SopPoPreview.Procedures; public void Initialize() { poPr...

Almas Mahfooz 11,009 User Group Leader
Like (0)
run script delayed- missing spell in VSTools C# Coding

In Sanscript coding we have few commands, functions or procedures which are not provided by VSTools, so even though many people are now using VSTools as a customization tool for Dynamics GP instead of VBA and Modifier combination, sometimes even ...

Almas Mahfooz 11,009 User Group Leader
Like (0)
Long Integer “Out of rage”. :)

Unhandled script exception:unhandled script exception: Long integer out of range. Results invalid. EXCEPTION_CLASS_SCRIPT_OUT_OF_RANGE SCRIPT_CMD_SET Upgrade a source code of one of the customization on GL Transaction Entry window, and when ...

Almas Mahfooz 11,009 User Group Leader
Like (0)
Converting modified reports/form from vba to Dexterity.

Because of various reasons people are replacing their vba code with dexterity or VSTools and often we got question like how to do this and that in VSTools or dexterity. The best thing to do while replacing your vba code is to hire someone having...

Almas Mahfooz 11,009 User Group Leader
Like (0)
Why Choose Dexterity for customization/modifications.

Once upon a time More than one upon a time, client insist to not have customization in dexterity because they thinks it will cause issues, unknown errors, system crash and will require many more hours of coding and testing. In this case it wa...

Almas Mahfooz 11,009 User Group Leader
Like (0)
An open operation on table ‘srcSpecs’ could not find a record.

Issue: When creating chunk by newly installed dexterity utilities, it was giving error on first step of open source dictionary. The source dictionary was the newly copied dictionary from the dynamics GP folder. Dexterity utility was open to succe...

Almas Mahfooz 11,009 User Group Leader