RE: Add Workflow Like Indicator To Top Of All Forms
Hey Travis Bagley,If you will go to SysSetupFromRun init method you find SysWorkflowFormControls class there, so you can build your own class base on if you want "workflow like" bar on all the forms.
View ArticleAdd Workflow Like Indicator To Top Of All Forms
I am trying to add environment indicators to all of my environments. I have been able to change the status bar colors of all forms, but would like to also add an indicator at the top of all forms. Can...
View ArticleRE: CustAccountStatementExt Report- Time Stamp Client or Server
Before I would of used a display method such as = endMth(prevMth(systemdateGet()));I am looking for an SSRS expression that would return the same value.The last day of the previous month.
View ArticleRE: CustAccountStatementExt Report- Time Stamp Client or Server
Hi David Vanechaute,As Martin mentioned, if you want to see specific date on the report header you need to add new parameter to report contract and pass it through to the report, it could be current...
View ArticleCustAccountStatementExt Report- Time Stamp Client or Server
The process we use to run customer statements includes sitting back the client session AX time. When the statements are ran they still print with the server time.The expression on the report...
View ArticleDisabled Hire new Employee in ax 2012
Dear All,I am facing one problem while hiring a new employee in ax 2012.I have hired 3 employees at that time it was working fine but suddenly while hiring again a new employee the button is disabled(...
View ArticleDIXF creating additional record with blank ItemDataAreaId (AX 2012)
Hi Experts,I am using DIXF to import released product. Uploading data is fine without any error; however, an additional record with blank ItemDataAreaId is created for every item in below...
View ArticleRE: Field is editable in one form, but not another
So I added super() to the write() method for the EcoResProductTranslation datasource.But can someone tell me what that is doing and why its working?
View ArticleRE: Making fields mandatory at runtime
On your new table, add a relation, for which set the table as SalesTable, then right click and add a primary key based relationship. It will add the primary key and/or recid reference of the related...
View ArticleMaking fields mandatory at runtime
We're adding a tab with export details about sales orders in the SalesTable form.We added a checkbox to the General tab to mark the order as an export order.If the Export checkbox is checked, I need to...
View ArticleRE: Field is editable in one form, but not another
Write() method does write to database, in super() it executes actual write, if there is no super() nothing will be written.
View ArticleRE: Reverse Engineering Tool
Make sure you mark all answers which were helpful and related to the original question as verified, thank you.
View ArticleReverse Engineering Tool
Dear All,Before I never work in Reverse Engineering Tool. Could you please let me know when and which purpose we required "Reverse Engineering Tool"?Please give me more shed on this.Thanks!Arpan Sen
View ArticleRE: Logo and footer for the different company in SSRS report.
Ievgen,I was able to complete the company logo using this approach, but for the footer - how will I use companyImage, where will I upload the footer image?
View ArticleRE: Logo and footer for the different company in SSRS report.
On a form that you will create. There is no ready to use solution I'm aware of. As I said, you can build table similar to company image or reuse this one, it's up to you. You have a good example how...
View ArticleRE: Tax Registration Types: what does it do?
Hi Abaw,I have found it. I believe this feature is related to Russian and/or Chinese localization.Have you already read this page with some more information? technet.microsoft.com/.../jj714193.aspx
View ArticleTax Registration Types: what does it do?
Hi everyoneI'm trying to figure out what tax registration types are and how they should be used. AX Help is not helpful :-)My understanding is that tax registration types are there to help with the...
View ArticleLogo and footer for the different company in SSRS report.
Hi,I have a requirement, where I have to show the company logo and footer for the company. For logo: I went through the existing reports in AX, but they all use tmp table for company logo, whereas I am...
View Article