Forum Post: Insert into WMSOrderTrans table
Hey guys, I've added a string field called LineNumAX to WMSOrderTrans Table, and I need to update that field and put a ramdom value when I create a picking list for a sales order. I did the same thing...
View ArticleBlog Post: Party primary address non-covered cases
There is quite logical feature of party primary address in AX 2012, description of which I was not able to find on technet or msdn. Please find the details below. Description Only an address which is...
View ArticleForum Post: Positive pay remit to name not same as check remit to name
Hi! We are on AX 2012 R2 CU7. We have configured positive pay using an xslt file and assembly created by a third-party. We configured positive pay and tested it. Our sample was accepted by the bank. We...
View ArticleForum Post: RE: Create PO from warehouse portal
I think it's that one ? community.dynamics.com/.../121939 or that one but not very helpful dynamicsuser.net/.../352397.aspx In standard there is no way, you need to customize EP.
View ArticleForum Post: RE: Calculation of unrealized FX gain/loss during revaluation and...
The question raised by Andre (GL, Bank, consolidation, etc.) is important. For example, if you are performing consolidation using Management Reporter, you can define to use average exchange rate. That...
View ArticleForum Post: RE: Performance testing of Rich client AX application
Hi Nishant, You could try to go this road, and if you need benchmarking it is the road you should go. If you need performance improvement on specific points in your application, use the trace parcer to...
View ArticleForum Post: RE: Transactional Replication with AX 2012 and SQL Server 2014
Transactional replication is supported in AX with KB2765281, I think that fix is already applied in R3. technet.microsoft.com/.../dd362068.aspx ;MSPPError=-2147217396 I don’t know if the issue that you...
View ArticleForum Post: RE: Insert into WMSOrderTrans table
Overwrite the afteroperationbody method on SalesFormLetter_PickingList and SalesFormLetter_PackingSlip and call a method you created on the tables to update the value.
View ArticleForum Post: RE: Transactional Replication with AX 2012 and SQL Server 2014
Offcourse you can use Transactional Replication in AX/SQL combination. But why should you enable it in a development environment? If you develop Ax in Dev environment without TR, import XPO or model,...
View ArticleForum Post: RE: Copy a free text invoice
You can use templates invoices but you must create a template document and then create a Free Text by using the template but you can’t copy free text documents.
View ArticleForum Post: RE: Query users with purchase order rights
Andre was showing security development tool available in ax2012. In Ax2009 you should combine the users with their associated groups and the security keys on that group. There is no report available....
View ArticleForum Post: RE: AX2012 R2 - Intercompany Sales Invoice Margin
Hi Ali, Did I understand right that Qatar buy from UAE. And it's the margin on the invoice of the Sales order in the UAE company that you are interested in? So surely the fact that UAE is selling on an...
View ArticleForum Post: RE: Invalid character in ascii string
If you know what characters you are searching for: CREATE TABLE ##TempTables ( ROWID BIGINT NOT NULL IDENTITY(1,1) PRIMARY KEY ,[TableName] VARCHAR(MAX) ,[ColName] VARCHAR(MAX) ,[Found] int ) DECLARE...
View ArticleForum Post: RE: Disable access to delete main accounts
I created it probably that is why you cannot see it. my suggestion is create it there.
View ArticleForum Post: RE: I can´t see who create a project
or setup database log for the projtable on insert.
View ArticleForum Post: RE: how data is showing in grid in the ReqSupplyDemandSchedule...
in the method renderData on the form. it creates the columns and fills them.
View ArticleForum Post: AX2012 R3 change work line and link the licence plate to it
Hi AX friends, this is my first question here :-) I'm dealing with two customers who need a deeper control of work lines. Both have AX 2012 R3 with New Warehouse Management. The first want to change...
View ArticleForum Post: RE: Item Code Creation
DIXF is inly available if you have CU7 or above installed. Otherwise you could create a job to read the csv file and create the items for you. If you cannot use code I don't see another way than...
View ArticleForum Post: RE: Hide Post and Transfer Button
No because either it is developing by turning of visibility of the button. Or it is developing security rights which prevent user from seeing the button. So it all comes down to development.
View Article