Search This Blog
March 10, 2016
Welcome To TechBrothersIT: Microsoft Dynamics Lifecycle Services Video Tutori...
-Harry Follow us on Facebook to keep in rhythm with us. @Facebookhttps://www.facebook.com/theaxapta
March 03, 2016
FormButtonGroupControl object does not have method “realValue”
Hi Guys,
While accessing realEdit control methods in code system gives below error runtime.
Error:
Possible solution:
Although there are not such issue with your code. Its just cache issue. Try to clear cache and compile your whole project.
This issue must be fixed now.
Thanks-
Harry
February 26, 2016
Error with Main account lookup: FormDataObject object does not have method 'resolveReference'
Hi Folks,
Recently I faced one issue with Main account lookup on a new table. While selecting value from lookup I am getting several different errors, (see snaps below).
Error message:
Error executing code: FormDataObject object does not have method 'resolveReference'.
Stack trace
(C)\Classes\FormDataObject\resolveReference
(C)\Classes\FormSegmentedEntryControl\resolveReference
(C)\Classes\FormSegmentedEntryControl\modified
(C)\Classes\FormSegmentedEntryControl\Leave
(C)\Classes\FormRun\task
(C)\Classes\SysSetupFormRun\task - line 20
Error Snaps:
Solution:
Try below steps to resolve this issue.
1. Create a normal relation in your table with DimensionAttributeValueCombination table like below
yourTable.LedgerDimension == DimensionAttributeValueCombination.RecId
2. On Form Data source, overwrite below method on LedgerDImension field
public Common resolveReference(FormReferenceControl _formReferenceControl)
{
return revaluationAccountController.resolveReference();
}
3. Overwrite below methods on Design object control
Make sure you well defined your variable in class declaration and initiate them in form init method.
4. Compile your Form and insert a record.
Let me know if you need complete code for the same, I’ll share.
Thanks
Harry.
February 07, 2016
More about Dynamics AX-7
Here are few more useful links about AX7, have a look,
1. What to expect with the NEW Microsoft Dynamics AX (AX7)
2. http://www.randgroup.com/software/microsoft-dynamics-ax/dynamics-ax-2015/
3. http://roseasp.com/microsoft-dynamics-ax7-release-codename-rainier-aka-dynamics-ax-2015/
4. https://ax.help.dynamics.com/en/
5. http://www.erpsoftwareblog.com/2015/04/expect-microsoft-dynamics-ax-7/
And here it is