Hi,
I am trying to create a Purchase Order through AIF service from C# code. It works just fine but I need to set the Project for the purchase order and when i set the ProjId = "some value" it throws me the following error:
`Function ProjectPosting::getProjectPostingType has been incorrectly called.`
this is the code to populate project
` purchTable[0].ProjId = "338/19"; `
so how can I set project from code?
Thanks.
*This post is locked for comments
I have the same question (0)