Hi,
I've tried to connect to Dynamics Nav by PHP to Read a Customer and show information of the Customer Table. I read information of how to do it in Freddy's Blog and it helped me a lot. (Thanks Freddy!!!). It worked.
But now I need to Create a new Customer instead of Read it. I've tried it in C# and it was so easy because of (after adding a WebSevice) I could create a Customer class, then added properties and execute the CREATE method. But in PHP I can't do it.
Somebody can help me??
Thanks.
0
Comments
MVP - Dynamics NAV
My BLOG
NAVERTICA a.s.
Can you give us an example to create a Customer in NAV with the method Create.
I don´t know how we pass the parameters in PHP to the method Create(Customer)
Thanks