|
Search
Tutorials and Code
Syndication
My Account
Community Forums
Webmaster Tools
Tech Jobs
|
How To Enlarge The Font In The X++ EditorHi all Is there any way to enlarge the font in the X++ Editor Thanks Dan
Sales Tax Total Per Voucher (General Journal)Hi All, I would like to customize to calculate and display sales tax total per voucher in the General Journal. Currently after posting the journal users can see the sales tax total in the...
Edit Fields On FormsHi I have a form which has 3 fields, a check box which gets checked by the authorisor. When the authoriser checks the box the user name(login user) and date are filled into the 2 other fields....
Set ConfigurationKey On Table Field At RuntimeIs there a way set a ConfigurationKey on a table field at runtime? New tables and modifications are distibuted to all customers. I write jobs to copy data from selected fields to new tables. Afterwards...
Document Handling In EPI am a newbie to all this so my apologies for any incorrect terminology i may use I am having difficulty creating documents against a custom table i have created called NSGProducts (Contains details...
How To Acquire A Custom License CodeHello, I noticed the License Codes item in the AOT and wondered how do I go about getting license codes for my integration? The book, Inside Microsoft Dynamics AX, states that partners should...
Pass Argument Between DAX User Control (C#) And Dataset Across PageThis is a multi-part message in MIME format. ------=_NextPart_000_0044_01C9CFD3.A706CE60 Content-Type: text/plain; charset="gb2312" Content-Transfer-Encoding: quoted-printable Hi all, I'm...
Dimension From Free Text InvoiceDear all, I found a strange when I explore the settlement of free text invoice with AR prepayment journal. The dimension from free text invoice didn't copy to related voucher journal of settlement...
Default Value For Transfer Transaction LinesHi there, I???m new to AX 2009 development and was wondering if there is an easy solution for my problem? In AX 2009 Inventory module, there is a journal for transfer transaction, when I create...
AX2009 Some BUGS And FixesFound some issues and resolutions. Address Selection doesn' t handle the warehouse site related addresses well. I noticed and fixed it in the purchase section. Class: AddressSelectForm_PurchTable...
InventUpd_Reservation.updateReserveMore() AX 3Hello, I would like to use a standard field (WMSLocation.SortCode) to add priority to warehouse locations in the reservation process . InventUpd_Reservation.updateReserveMore() .... // begin...
Software Testing ToolsCan someone, please, recommend a software testing tools that works with Dynamics AX? Thanks, Mihaela
Table Synchronization Error Due To Configuration KeysHi while testing configuration keys for my application, I ran into a synchronisation problem form my database, now whenever I synchronize database I receive the error message : "SQL error description...
CrossCompanyAutoQuery On The Form And SaveDataPerCompany On The TaI have a form similar to the salesTable. The main-Datasource and the joined datasource are set to "CrossCompanyAutoQuery = true" because otherwise my filter-fields are not work. The main-table have...
Binding A List Page With Multiple Data SourcesHi All Is it possible to bind a list page to multiple data sources? I am not talking about left, right or inner join. I have 2 tables with similar data structure. I want to show data from both...
Add Filed To Temp Table For ReportHi all I am using a temporary table (dynamically created in x++) in the fetch method of a report so that i can evaluate and sort data based on certain criteria before it goes to send method....
Filtering The Joined DataSource In A FormHello, In a form, i have two datasource: table A is the main datasource table B is joined to A (Joinsource=A, linkType=OuterJoin) And the resultset is shown in a grid. Works well for a 1-1 relationship...
Using XAxaptaUserManager Alternative On Server (AX 2009)Hi there I try to retrieve a SID (Windows Account GUI) given a Alias and a Domain. Therefore I tried to use the xAxaptaUserManager class, which is really easely to use. Unfortunately this class...
Adding A Report To The Print Management FrameworkGood Morning I am asking this question again because i think I posted it in the wrong place in the applaictions section. What's the procedure to add a new sales document to the AX print Management...
How To Transfer Records From CustTable To Myform?I want to transfer say, the first records of custTable (AccountNumbers 4001-4005) in the Standard Environment to "MyForm"(which i have created)? How to to that? I no v should use Args class ,but...
Get A Tab's DatasourceHello, I need some help working with tabs. I have a menu item button which launches a form. The menu item button has a datasource property so it will launch the form with the data linked to the...
Added A New Field To An Existing Table Within A ProjectIn order to add a new field an existing table created outside of a project, it appears as if one can only do such outside of the project. Is there any way, or which is the best way to link changes...
Importing A Posted Journal In AIF - Ax 2009Hi, when i am trying to import a posted journal in GL, i am gettign the following error: "Journal has already been posted and, consequently, is not open.??? Whereas I am using a new journal number...
Reg Database LogHi all, I can't see any records in database log in Ax4.0. is there any setup to enable databasel og for all tables? Please reply with your suggestions. Regards Raju
Synchronous Exchange Using Biztalk Adapterhi all, Do you have any idea about the procedure to make a synchronous transaction in AX using BizTalk adapter .How different is the process from making an asynchronous call. -- Regards,...
Initialize LedgerJournalTrans Problem?I can initialize if LedgerJournalACType is Cust because of initfromCustTable but other than that, there's no method to initialize others. So how can I initialize if my LedgerJournalACType is Vend...
Exclude The Stopped Items On The Create Lines FormHi, How can the stopped items (???Stopped???ticked on the Quantity tab of the Item form) be excluded on the Create lines form (from AP > Purchase order > Create lines button)? I tried to add...
SysMailer In Ax2009The method LoadBodyFromFile is not available in SysMailer Ax2009. Any pointers as to what to use instead ? I am keeping the body of the email in a separate text file (generated at runtime), and it...
CashTrans TableHi, Does any one know CashTrans table still available for AX 4? If yes, which license/module i should purchase..? If no, what is the replacement for this table? Thanks Matt
InventTable ChangesHi, is there posible to know who made a change in the description of an item? in the InventTable......i want to identify a user who modified an item
When To Make Changes To Report TemplatesHi The Chart of Accounts report cuts off the right-hand header detail (the page nr, date, etc). The "fit to page" flag is set to yes. Why does it still cut the detail off? I see the report uses...
Import Project From Ax 2009 Into Ax 3.0Hi, Is possible to import a project made in Ax 2009 into Ax 3.0? Maria
InventDimPhys (Quantity Design) - ReportHi, I want to modify the above report in such a way that for particular BOM type of item from InventSumDateTrans table it would show some rows/line of data from another table which i have added...
RenamePrimaryKey Item TableGood Morning I need to write some code to rename the item number of several hundred items in the inventtable I have a list of the orginal codes and the new ones, I guess I need to write a job...
Report Section Re-arrangementHi all, at the moment i'm working on a report layout, the CustAccountStatementExt report. i would like to add a field and corresponding field values in the programmable section depending whether...
Using Regular ExpressionsHello, is there any way to validate a string against a regular expression? I found some topics concerning a textbuffer but I can't same to make it work. Can someone help me? The expression...
Fully Qualified Domain NameHi All, While installing the 'Role Centers and Enterprise Portal' for AX 2009. I am getting some error which is forcing the set up to rollback the installation of Role Centers and Enterprise Portal...
Dynamics EP Web Grid : Unable To DeleteHi I am modifying the PSATimecardTable web form. I am unabe to delete the line enteries once they are added. When I mark, on hte post back the datasource's anyMarked function returns false. When...
Business Connector Vs DAX FormsHey, why does the Business Connector have restricted access to the Forms node of the AOT (according to http://msdn.microsoft.com/en-us/library/aa659581(AX.10).aspx)? How to overcome this? Any ideas...
Dynamics Ax 2009 Web Project Does Not Work With VS.Net 2008Hi, I have a single machine on which I installed SQL server,Ax 2009,Visual Studio .NET and all related conponents. Ax 2009 is working no issue is there even enterprise portal is also working. When...
Fields Not To Copy Via Record TemplatesHi, I am having a problem. I have table say ProjTable and I am adding a new field in it. Now what I want to do whenever we create a user or companay record template of this table record via ProjTable...
Company AccountsHi, I want to write two methods, one to create a company account and an other one selecting one. For example: createCompanyAccount(str id, str description) and selectCompanyAccount(str id)....
QueryRun.Get Method ProblemI have one datasource , inventjournaltrans table links with two inventdim table, but in fetch method ,i can't use queryrun.get method to get two inventdim's data as the same time. example: while...
SmartStart 3000 V. 1.2 For AX DynamicsDear developers (and technical staff) The new version of the favorite Dynamics AX Configuration manager, SmartStart 3000, is released. Supports: AX 2.5 up to AX 2009. Runs on: Win95/98/00/XP/...
Vertical Labels In A ReportCan anyone tell me if it's possible to have vertical labels in a report. I have three colums, taking data from a table, and I'd like the labels to be vertical and sideways, so you have to turn the...
How To Find New Objects In A Layer?Using version Update >> code upgradation Project we are finding the customized objects. Is there any tool to find out all the new objects?
Dynamics AX 4 :: SQL QueryDear AX Forum, I am new to AX development and requires some assistance with a complex, or at least for me, query. Can probably be 2 or more nested statements but anyway here is my challenge....
Section Overlapped PageFooter Section (Ax.5.0)Hi, I have posted a sales order invoice. Adftre posting i tried clicking header inquiry->invocie and in the invoice journal form click Preview/Print->Original Previe. i'm getting an error saying...
How To Limit Printers List?Hi, I have 10 printers, 3 of them are setup only for picking list. how can I filter printers just show these 3 printers when print picking list? thanks.
Open PrintJobSettingsI have a class extended from RunBase and want to open the PrintJobSettings-Dialog from a button and retrieve/serialize the settings in my class. Any suggestions? Best Regards...
|
Latest Tech Bargains
Advertisement
Free Magazine Subscriptions
Today's Pictures
Today's Video
Other Resources
Latest Download
Latest Icons
|