Hi Guys,
I have a task of integrating AX production orders with a Sharepoint server.
They want a serach fucntionlaty where in there front end the Invent Site id's will be displayed(this will be pulled from AX).When the user of Sharepoint selects the Site id in their front end then the Production orders with that site id should be displayed.Also when the production order is estimated in their sharepoint server then in AX also the same should be updated.
I dont have any experince in AIF.Kinldy help me out.
As of now.I have created a Query with datasource Prodtable & InventDim(relations-yes).I have run the AIF wziard.Created a service groups & added in the Inbound Ports form.Then I wrote a class in C# by adding the service reference.With this C# i Can create,delete,update teh ProdId.But I am not able to search the production orders based on SIte Id.Aslo hw the siteids will be displayed in their Shareopint server.Need to craete a different query with only InventSite as datasource.
Kindly help.Also any link as how they will access the ax tables in their sharepoint server if they want to access AX tables data.
Kindly help