Skip to main content
Solved

Customer orders site amendment

  • October 1, 2024
  • 2 replies
  • 37 views

Forum|alt.badge.img+5
  • Do Gooder (Customer)
  • 17 replies

I have a number of customer orders that have been raised and saved. these orders need to be amended from 1 site to another. Is there a way to do this other than deleting the orders and re-raising on the new site?

Best answer by SimonTestard

Not that I know of.

Contract is not set with the Update Flag on the CustomerOrder Logical Unit which indicates you can’t change it.

Even through a PLSQL and API Script if you were to call the Modify__ API, it wouldn’t work, as it’d tell you the CONTRACT field cannot be modified.

 

 

Any field missing the U flag cannot be modified once the record is created.

2 replies

Forum|alt.badge.img+12
  • Hero (Customer)
  • 340 replies
  • Answer
  • October 1, 2024

Not that I know of.

Contract is not set with the Update Flag on the CustomerOrder Logical Unit which indicates you can’t change it.

Even through a PLSQL and API Script if you were to call the Modify__ API, it wouldn’t work, as it’d tell you the CONTRACT field cannot be modified.

 

 

Any field missing the U flag cannot be modified once the record is created.


Forum|alt.badge.img+5
  • Author
  • Do Gooder (Customer)
  • 17 replies
  • October 1, 2024

thank you.

I will need to try to think of a process