Jump to content

Purchasing - TaskNo


 Share

Recommended Posts

Hello,

Trying to create a Purchasing quote. I was able to assign the TaskNo to the order entry material requisition as this is in the .net sdk. I can't seem to do that with the purchasing. from the code for the OrderEntryTransactionLineCreate.

xml.WriteElement("taskno", TaskNumber)

I think i would be able to do the same thing with the PurchasingTransactionLineCreate, but no dice. Anyone have any suggestions with this? Currently I'm just tossing ideas at the wall and seeing what sticks.

Link to comment
Share on other sites

For anyone who runs into this. I got it to work. I created a custom class that inherits from the PurchasingTransactionLineCreate. I then override all of the xml fields. I added a line for taskid. I tried this with taskno but the api wouldn't accept it.

Link to comment
Share on other sites

 Share

×
×
  • Create New...