Run a class on a form, not current form
Hi Professionals,I have a menuitem in FORM A which call a class correctly.I have another FORM B and there is a menuItem to call the same class.I wish to call and run the same class on Form A, not Form...
View ArticleRE: Form Field : Integer type field, need to show zero but keep missing.
Hi, i keep getting error on this, operand not compatibleedit SetupTaxNoFrom formattedNoFrom(         ->my EDT with type int not string    boolean _set,    SetupVATDetail...
View ArticleForm Field : Integer type field, need to show zero but keep missing.
Hey expert,I have this integer fields.Every time, i add 0050 and 0080, it keeps showing 50 and 80, i know it's because it's integer data type. But i need this to show zero in front of the number...
View ArticleTransfer Record Level Security from Different Environment
After testing a security role that contains record level security, I want to export it from a Test environment to Production environment. When I exported Security Role, and Privilege via AOT, just...
View ArticleImporting Product Categories & Category Hierarchy using DIXF
Hello All,I want to import procurement category, so i don't know how to import product category & Category hierarchy and all the cycle.. i don't know how to use Product category & product...
View ArticleRE: Transfer Record Level Security from Different Environment
Like Douglas said: you can type the table name. When you create a new group, you can also deselect table types. Then you start with a group without tables selected. Then type the table and use only...
View ArticleMovement not valid on user locations except by the system
Hi,I'm working on our sandbox environment and trying to use Warehouse Management. For locations I have defined in Warehouse Management, selecting location in PO, PO receipt registration, movement...
View ArticleRE: Performance problem opening General Journal Lines
Are any of your custom fields (Memo) or BLOB fields (container)?
View ArticlePerformance problem opening General Journal Lines
HiWhen we open the lines for a General Journal, the LedgerJournalTransDaily form takes about 17 seconds to open, even if there is only one line in the journal.I used the tracing cockpit to trace what...
View ArticleRE: Report Viewing Error in Procrument and sourcing module
1. check the database name is correct ? which data source you trying to connect ? 2. check the user / role access to specific database more info - technet.microsoft.com/.../hh433487.aspx
View ArticleRE: Report Viewing Error in Procrument and sourcing module
hi janak,can you Please explain me briefly.1. how to check the data base name in ax 2012 r32.how know the which data source i am connected.3.how to check the user/role access to specific Database or...
View ArticleRE: Hiring an in house AX Team
There is no standard vertical III n AX for real estate and property management. So you are right it will be a heavy customization project. With on AX dev, I don't think it will less than 15-18 months....
View ArticleRE: use enum value in select statement
Field approved is a enum field.select * from custTranswhere custTrans.Approved == Noyes::yes
View ArticleRE: Purchase order Report Converting to PDF.
Hi Sirinivas,Open report in Visual Studio and go to properties of Report Design and check report Size first and try to adjust field lengths and gaps as necessary.Hope this helps,Amith Prasanna
View ArticleRE: Purchase order Report Converting to PDF.
its not about field lengthsit is clear example of TotalPageWidth, which should fulfill following equationReportTotalWidth >= ReportBodyWidth+LeftMargin+RightMarginif equation is not fulfilled, it...
View ArticleRE: Purchase order Report Converting to PDF.
hi amith,how to know the size of the Report Design i am open the Report in the Visual studioi am Go to the Report Design and Properties but i am not getting the Properties Like Size and Width.how to...
View ArticleRE: how to display the data zero value in the Purchase order Report.
if you want to hide a full column, you should not as per your above example.Because if any of lines have Data, you should not hide all other lines just because those don't have data. if you will do,...
View Article