Posted
on Sep 7, 2010
Two companies within a group
Company A buys from company B
Company B buys from a supplier outside EU (= import)
==> On the original purchase order that company A places to company B the
VAT code has to be of "type" import.
Because Companies B & A are within the EU, Ax sees this as...
Posted
on Sep 7, 2010
I have a problem about the user name in AX. as it import from AD user. If we change user name in AD , alias in AD will change to the new one.
how can we synchronize user in AD to update to AX existing user?
because if we use import user, system will identify new user in AX . which cause this user...
Posted
on Sep 7, 2010
Hai Friends,
Some people Asking about ax2009 sample codings,if your a fresher for this Ax 2009 one easy way to learn this coding.
1.Goto your Microsoft Vpc-->AOT-->System...
Posted
on Sep 6, 2010
hi everyone
i just installed complete AX 2009 ( base,aos,application files,client,workflow,AIF,developer tool,Enterprise protal etc.) all on single server. Evertyhing working fine.
My query is what is proper way of uninstalling all these AX 2009 components.
Posted
on Sep 6, 2010
Hi,
Please forgive the real basic quesions but I'm pretty new to EP. I don't understand how you post a report within EP. I'm using the refresh 2 VPC and I was going to try and post a Sales invoice. I can post SO-101289 to screen pro forma no problems within the client and was...
Posted
on Sep 5, 2010
Hello,
Our company paper consists of a color header and a big transparant logo on
the whole page.
When i print the invoice, it prints directly from tray 2 where the company
paper is located and everything goes fine.
Only downfall is, sometimes a customer asks for example a copy of an...
Posted
on Sep 5, 2010
Hello,
Our company paper consists of a header on top and a big almost transparant
logo on the whole background.
Whenever I save a report to PDF, and later merge it trough other software
with our company paper, i see a clear white background on every text in the
pdf. How can I tell ax to...
Posted
on Sep 5, 2010
Hey,
For our packing slip I want to have 2 designs. 1 default design and 1 other
design for a specific customer. The thing that differs from the two design is
the header with the company logo. For a specific customer I print the packing
slip with his logo.
Can anybody tell me whats the...
Posted
on Sep 5, 2010
Hi,
I need to give the option of "select all" along with the other values in a parameter in SSRS report for dynamics ax.
For eg, i have a parameter "projects" which has a lookup and lists all projects. Now, I want to add "select all" to the list.
The value to the projects parameter comes from a...
Posted
on Sep 5, 2010
Hi ;
the scenerio is :
Server A : AOS , DB server
Server B : EP , SharePoint , ReportServer , AnalysisServer
the problem is " i can see Reports on server A butt cannot see reports when
i access it from internet , also no report is shown when i access EP from any
LAN computer "
Posted
on Sep 5, 2010
This is Mehul, I am working on one AX development project.My query is like this,
I have created item with number "1119" in invent table & created one button on sales order form & by clicking that button i should get that item 1119 should be inserted in selected sales order. i have written...
Posted
on Sep 5, 2010
helo
oe gaat het met jou
Posted
on Sep 4, 2010
When I printed sales Invoice report only the taotal tax is apear I want the detilas on SalesInvoice Report
is there any option to enable it on invoice report
thanks
Posted
on Sep 3, 2010
*FORM FILL AND GET $3500 FROM PAYPAL At [link]
i have hidden the PayPal Form link in an image. in that website On
RIGHT SIDE Below search box , click on image and enter your PAYPAL id
And Your name.
Posted
on Sep 3, 2010
Hi,
Does any one know how Ax plan for bottleneck work center.
I tested and not able to simulate and see the differences.
pls help and guide me how Ax work on this.
Thanks in advance.
Regards,
Kongyu.
Posted
on Sep 3, 2010
Does anyone know how to export a report and save it to Onbase, or export it as pcl automatically when you print it?
Posted
on Sep 3, 2010
hello guys,
I created new AIF service through wizard for the creation of production order which has ProdTable and InventDim tables on its data object.
I created/setup/deployed this service and read a production order by using this deployed service successfully.
problem...
Posted
on Sep 3, 2010
I want know how can I create a license code for a newly created license key .
Posted
on Sep 3, 2010
Hi!
I have tried almost the same code but with no success:
Public gAx As AxaptaCOMConnector.Axapta3
Public gAxTable As AxaptaCOMConnector.IaxaptaReco rd
…
Set gAxTable = gAx.CreateRecord(sTable)
…
While Cells(i, 1) <> ""
gAx.TTSBegin
gAxTable.InitValue
…
...