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 ArticleInsert 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 ArticleRE: 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 ArticleTransactional Replication with AX 2012 and SQL Server 2014
In the past we have encountered problems with the sync breaking in AX2009 because of Transactional Replication.This is the problem where a new column added in AX adds the column with a dummy name and...
View ArticleRE: 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 ArticleCopy a free text invoice
Is there any way to copy a free text invoice?Similar to using a voucher template?
View ArticleRE: 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 ArticleQuery users with purchase order rights
Hello,We would like to view all of the users who would have the ability to create purchase orders. Is there a simple way to do this?Thanks!
View ArticleRE: 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 ArticleAX2012 R2 - Intercompany Sales Invoice Margin
Hi AllWhile create Intercompany Sales order (Sales Order in UAE and Purchase Order in Qatar) I am getting the margin for some item at the time of invoicing the sales order. I already setup the...
View ArticleRE: 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)...
View ArticleInvalid character in ascii string
in search of sql code to id (within a table) the culprit of 'invalid character in ascii string' error
View ArticleRE: Disable access to delete main accounts
I created it probably that is why you cannot see it. my suggestion is create it there.
View ArticleDisable access to delete main accounts
I have given a user view access to main accounts under the general ledger however the delete button is still showing.How do I stop the user from having access to the delete button?
View ArticleRE: I can´t see who create a project
or setup database log for the projtable on insert.
View ArticleI can´t see who create a project
hello, I would like to know how can I view which user in AX 2012 created a Project. I have tried to find the information but I couldn´t get it. Please help!Thanks in advance,
View ArticleRE: how data is showing in grid in the ReqSupplyDemandSchedule (Form)
in the method renderData on the form. it creates the columns and fills them.
View Articlehow data is showing in grid in the ReqSupplyDemandSchedule (Form)
hi all ,i stuck on one small issue , that is in form "ReqSupplyDemandSchedule" how the data is showing in the grid .I have checked the design node , in design node a table itself is there with two...
View ArticleRE: Error text : Name property cannot be null or empty. Parameter name:...
hi boye,after I changed value to 4 then restarted console service, where do i must see the log file you mentioned ?thanks before
View Article