Forum Post: RE: AX 2012 - Project server integration #2
ok, got it.. at the moment workers are being synchronized; only thing is that not all, for some workers I see as below ("ms project server" area is visible):for other as below (no "ms project.."):what...
View ArticleForum Post: RE: AX 2009 error when release approved purchase requisitions...
Are you using standard AX on these features or are there some customizations?
View ArticleForum Post: RE: AX2012 Financial Dimensions default value
Hi All,Thanks god we solved the issue.In my case we were creating the new lines through X++ where the defualt dimensions were not passing.we have written the below code to pass ledgerjournaltable...
View ArticleForum Post: RE: Inventory Closing - The transactions on voucher do not balance.
Check your journal for missing values like ledger or bank accounts (as offset account) as it does not balance.If you have a voucher per line, it must be very easy to find by validating the journal and...
View ArticleForum Post: AX2012 - Posted Timesheets deletion
Is it possible to delete posted and/or approved timesheets in AX2012?
View ArticleForum Post: RE: DMF/ Data import-export Framework : how are mapped the fields...
Hello,Thanks for the hint, that DMFTargetXMLToEntityMap was a part of my troubles. I'm almost there but had to modify a lot to get this working.I will come back with a list of what I had to do to get...
View ArticleForum Post: RE: Securing Electronic Signature (AX 2012)
Can you please elaborate a little on how someone on another computer is able to do this?
View ArticleForum Post: Sender when sending a report in batch
Hello,I've just managed to get AX2009 to send reports in batch. I want purchase orders to be sent by email using a reocurring batch job, but during testing the sender address is set to the same address...
View ArticleForum Post: RE: AX 2012 - Data Migration Framework DMF - Vendor Import -...
That's very generous of you.Thank you so much! :-)
View ArticleForum Post: RE: Cannot edit a record in People (DirPerson). An update...
Hi ,please use customer.createDirParty().add(dirParty ); and comment the code customer.DirParty = new MyService.AxdEntity_DirParty_DirPerson[] { dirParty };and then customer.create();Regards,Bilal
View ArticleForum Post: Get a list of companies for an AOSInstance using X++\ AIF\ BC.net
HiI was thinking of using a SQL distinct call on the CompanyInfo table using BC.Net - but is there a better approach to get the list of companies within an instance?How is a company noted as archived...
View ArticleForum Post: RE: Querying AX Data
from code: utcdatetime utc3 = str2datetime( "1985/02/25 23:04:59" ,2131 ); str Temp = datetime2str( utc3 );ore use SysQueryRangeUtil class in the range of the query, do you know how to use?
View ArticleForum Post: RE: Remove command button is disabled for all non admin users
Hi Manoj,Note that the System Administrator role is a special one. This role ignores all security settings. Even the eXtensible Data Security. If you look at the contents of the role, you see that is...
View ArticleForum Post: Due dates alerts in AX2012 not working?
Hi,I am trying to set due date alerts on certain fields without success. Changed based alerts appear to be working fine, but not due date alerts. One of the examples I'm working with is that I would...
View ArticleForum Post: RE: Publish catalog to online store
No idea why next suddently change to NeXT ;) Ignore that...
View ArticleForum Post: RE: AX 2009 error when release approved purchase requisitions...
hi, André Arnaud de CalavonThanks for your reply,we can create P.O. directly.i am IT support in a company.i try to learn the debugger to troubleshooting it now. but it seems a little hard.
View ArticleForum Post: RE: SSRS Issue
Hi Tommy, Thanks for the reply.Even an issue when FireWall not on though.
View ArticleForum Post: RE: Err when test connection AOS Profile in Ax 2012 Retail
Hello,I had the same error, and I was able to resolve it.Praveen is right: it has to do with the account under which the Store connect Service is running. But the user was set by the client and...
View ArticleBlog Post: How to Enable/Disable fields in a dialog
How to Enable/Disable fields in a dialogIf you need to enable/disable the dialog fields use dialogpostrun method in your code.here is a the some code sample for enable/disable dialog fields.public void...
View ArticleForum Post: RE: Inbound EDI Invoice (X.12 810) and 3-way match
Hello,Could you please give us a feedback on this ?I'm facing to the same issue.Thanks.
View Article