Explore Dynamics World With Aslam
Thursday, 6 September 2018
SysSetupFormRun back ground Colour in AX 2012 X++
SysSetupFormRun
Add below method:
Public void run()
{
super();
this.design().colorScheme(FormColorScheme::RGB);
this.design().backgroundColor(Winapi::RGB2int(251,181,251));
}
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
Common Data Service (CDS)
Common Data Service (CDS)
Create general journal using X++ in D365FO
The general journal can be created using X++ code. This code which I am sharing in this article helps you to create general journal ...
Customer Aging Report in d365 F&O
Added new fields to CustAgingReportTmp public class DDDCustAgingReportController extends SrsReportRunController implements BatchRetryable ...
Customer Account Statement in D365 F&O
[ExtensionOf(classstr(CustAccountStatementExtContract))] final class DDDCustAccountStatementExtContract_Extension { public boolean check...
No comments:
Post a Comment