JOB Opportunities for MS Dynamics Finance
MS Dynamics Finanace JOB Opportunities
Suggestion
one thing...someone asked me..as a project manager if you see that after UAT, ur client is not happy even though you have done all the customization perfectly, then what approach should u take?
How to hide favorites,Libraries and Network from navigation pane when export file.(Dynamic NAV 2013)
Help me !!
Now i use dynamic nav 2013 from citrix xenapp (citrix receiver) . I need to hide favorites,Libraries and Network from navigation pane when export file. I changed registry on critrix server and test connect from remote desktop (both remote desktop connection windows and remote desktop on citrix receiver) it's work. but when i use export from nav it's not work.
Edit registry on citrix server
1. For Favorites, the key is:
[HKEY_CLASSES_ROOT\CLSID\{323CA680-C24D-4099-B94D-446DD2D7249E}\ShellFolder]
"Attributes"=dword:a0900100
Changing a0900100 to a9400100 will hide Favorites from the navigation pane.
2. For Libraries, the key is:
[HKEY_CLASSES_ROOT\CLSID\{031E4825-7B94-4dc3-B131-E946B44C8DD5}\ShellFolder]
"Attributes"=dword:b080010d
Changing b080010d to b090010d will hide Libraries from the navigation pane.
3. For Network, the key is:
[HKEY_CLASSES_ROOT\CLSID\{F02C1A0D-BE21-4350-88B0-7367FC96EF3C}\ShellFolder]
"Attributes"=dword:b0040064
Changing b0040064 to b0940064 will hide Libraries from the navigation pane.
---------------------------------------------------------------------------------------------------------------------------------
Exposing custom AX 2009 table in Dynamics Connector
Hi,
I exposed a custom table in AX 2009 via an AIF service.
However, when I try to create a new mapping in the Dynamics connector client, I cannot use it as a source for the map as it does not appear in the list.
I have tried resetting IIS, the connector service and the connector client itself but still it does not appear.
I also notice that a new objectprovider.config has not been created in the AX 2009 Adapters folder.
Can someone help?
Thanks in advance.
DAX 2012 Pending Objects Import Error
I am receiving an error when trying to import objects from Pending Objects menu option in the Development environment. The error reads:
Cannot create a record in Version control changes (SysVersionControlTmpChange). Change number: 5637148329.
The record already exists.
History:
I imported a shelveset (to validate code) then imported Pending Objects successfully the first time.
Then I did an Undo Checkout option from the same Pending Objects menu. Though it did not delete any of the objects I had to manuall delete the objects.
Now I am trying to import a 2nd shelveset and receiving the error above.
SQL statement: SP_RENAME ""DBO".SYSPOLICYRULE.ALLOWPRICEDISCOUNTTRANSFEROVERRIDE','PRICEDISCOUNTTRANSFER','COLUMN
When export/Import ModelStore for staging environment to Production environment with steps:
1. Export Modelstore (test.axmodelstore)
2. Emport Model store to TempSchema
3. Apply TempSchema to database_model
4. Restore Business data (database.bak)
5. Restart AOS
6. Synchronize
Error:
SQL statement: SP_RENAME ""DBO".SYSPOLICYRULE.ALLOWPRICEDISCOUNTTRANSFEROVERRIDE','PRICEDISCOUNTTRANSFER','COLUMN
If you have any solution, please support me pass this issue. Many thanks!
Lam Tran,
email: lam.tranhoang@ntt.com.vn
Update a AX Form data field that is bound to data source
I need to set the value for ToDate to be the value of FromDate field when FromDate is selected by the user. both are FormDateControl controls. my code in fromDate.TextChange event handler is like toDate.DateValue(this.DateValue()), but it doesn't workout. from code degging the value of toDate is updated but it still shows the old value on the screen. In MSDN I found
"Note
This property (DateValue) is not used if the DataSource and DataField properties are set."
this means it doen't work to try to update the control, I need to update the datasource, which I can somehow get it from element.datasource() method. is this correct thinking? any advices are greatly appreciated.
New AX 2012 R2 CU7 install with Contoso demo data - database sync trying to create tables when object already in the database
New environment
[1] Restored the demo contoso AX 2012 R2 demo data
[2] Installed AX 2012 R2
[3] Install CU7
[4] finished a compile after removing the usr model
[5] start a db sync and the database sync returns an info log full of 50+ table create errors as its trying to create what looks like all of the modified tables (new fields) when the tables already exist.
How do i tell AX to stop trying to create these tables and that everything already exists and appears to be just fine?
what steps did I miss as this CU does not seem to be working as good as some others in the past?
Sample of the info log messages:
-------------------------------------------------------------------------------------------------------
Cannot execute a data definition language command on ().
The SQL database has issued an error.
-------------------------------------------------------------------------------------------------------
SQL error description: [Microsoft][SQL Server Native Client 10.0][SQL Server]There is already an object named 'BANKACCOUNTTABLE' in the database.
-------------------------------------------------------------------------------------------------------
SQL statement: CREATE TABLE "DBO".BANKACCOUNTTABLE (ACCOUNTID NVARCHAR(10) NOT NULL DEFAULT '' ,BANKGROUPID NVARCHAR(10) NOT
/*...cut some of this out to save some space in the post...*/
,BANKRECONMATCHRULEMANUALREVERSAL BIGINT NOT NULL DEFAULT 0 ,BANKSTATEMENTFORMAT BIGINT NOT NULL DEFAULT 0 ,BANKSTATEMENTNAME NVARCHAR(60) NOT NULL DEFAULT '' ,LVDEFAULTBANK INT NOT NULL DEFAULT 0 ,SPECIFICSYMBOL NVARCHAR(20) NOT NULL DEFAULT '' ,BANKPOSITIVEPAYFORMAT BIGINT NOT NULL DEFAULT 0 ,BANKPOSITIVEPAYSTARTDATE DATETIME NOT NULL DEFAULT '1900-01-01 00:00:00.000' ,DATAAREAID NVARCHAR(4) NOT NULL DEFAULT 'dat' ,RECVERSION INT NOT NULL DEFAULT 1 ,PARTITION BIGINT NOT NULL DEFAULT 5637144576 ,RECID BIGINT NOT NULL CHECK (RECID <> 0) )
-------------------------------------------------------------------------------------------------------
any help would be great
thanks
AX 2009 Label problems
We have a strange problem for 3 months now, sometimes the label is giving a @sys tekst and not the translation.
Already done :
- Virus scanner exclusion on the AOS files
- Label editor is only used on the development environment
- There are never direct deployments in Live
- It happens on different times during the day and night.
- Invoice batch is showing "Label @SYS21950 not found in language NL-BE"
- Enterprise portal is showing Label in the toolbars
- Connection to the AX file server has a stable ping
- No high i/o on the AX file server
- Process monitor is not showing denies or file not found at the time of the problem.
- No event logs related to this problem on the AOS servers and AX File server
- Only happens at batch servers (also used for Enterprise portal) Client is not giving the wrong labels
- Fixed when label cache files are deleted on Ax files server and Application AOS`s are restarted
- AOS debug tracing did not deliver any strange problems
Any clue is more then welcome.
Barcode Printing
please guide me how to get barcode number printed in the product label ? i am getting the barcode, variant number and item number but not the barcode number.
secondly i want to know how to customize the barcode label in a way i want?
Infolog : Inventory closing or recalculation has reached the maximum number of iterations.
Hi,
Anybody knows what this infolog error means :
"
Recalculation Inventory
This inventory closing or recalculation has reached the maximum number of iterations. For a more accurate result, consider increasing the maximum throughputs parameter."
We are doing a month end processing and this is the first time we encountered this infolog.
Please advise what do we need to do.
Thanks in advance.
Pia
AX client and windows 8.1
Hi all
I want to buy 6 machines having windows 8.1
does AX 2012 R2 client support this windows version?
Thanks in advance
AX Requirement for windows server 2012 and sql 2012
Hi all
I have installed succesfuly AX 2012 R2 CU6 on windows 2012 and sql 2012 and everything works fine, but i want to install Sharepoint and Enterprise Portal, what is the supported version for Sharepoint on this enviroment(2010 or 2013)?
Thanks
Progress indicator that can be used in SysOperation framework classes
any one have idea of progress indicator that can be used like progress bar in classes that use Sysoperaion framework that can be used to trace the progress of any operation?
InventSum Table does not reflect the actual transactions in InventTrans table
Dears,
I have just faced the a case where the transactions in InventTrans table were not all reflected to InventSum so that the calculated Physical Inventory value in the Oh-hand screen is not correct.
Would you please help me what is the causing for such issue, and how can it be fixed ????
Channel publishing status: Failed. Status message: Required attribute Productname which represents a listing's title was not found in the channel
Hi,
Anyone knows about this error from the RetailPublishingJob - "Cannot proceed to catalog publishing because channel has not been published successfully. Channel publishing status: Failed. Status message: 'Required attribute Productname which represents a listing's title was not found in the channel'."
Details:
This is on the Retail module.
It is not the demo image from MS, it is a fresh installation.
A new online store record has been created, no catalog assigned to it yet.
On the "Online store" form, the "Publish" button is clicked, the Publishing status changed from "Draft" to "In progress".
After awhile, the status changed to "Failed" with the error message displayed under it.
There're several other online store record in the Online store form, some of it has catalog assigned to it.
I've been told some of these online store records has been tried for publishing before, but failed, then revert back to Draft, then a new one is created for testing.
All the A-####_OC and N-####_OC has been executed as well.
The "Retail > Periodic > Data distribution > Create actions" has been run as well.
Thanks in advance.
Forms and Classes - how it work together
Hello.
-Is there a someone who can point me to a link where is a good explanation of how Classes and Forms Object work together?
-Someone say that it's not appropriate to code a lot of lines direct to a form methods, instead code in a class and allow objects to have access to specified methods in the class.
-I'm looking for blog or article who describe best practices between Classes and Forms.
Do you know MR well?
Accolade has an MR book but written against GP. We want an AX consultant that knows MR to read the book, point out concepts that need to be changed, and update the examples for AX.
If you are interested in being an author in a collaborative effort, email rwhaley@AccoladePublications.com. This book is one of the most demanded books in our catalog!
Copy AX 2012 R2 databases to enother machine/domain
Hi all
Any one has document/url for moving AX 2012 R2 enviroment to another machine and another domain.
Thanks in advance
Installing enterprise portal and sharepoint AX 2012
Hi all
I am new in installing EP and sharepoint for AX 2012, does any has any document/URL explain how to do it step by step.
Thanks in advance