Question

DocumentRevisionHandling.svc/CopyFileToNewRev PROJECTION_IMPL_EXCEPTION

  • 21 March 2024
  • 1 reply
  • 21 views

Badge +1

Can't execute "CopyFileToNewRev", return error. I need to execute API to create Copy file to new revision. Need guidance.

POST - https://myserve/main/ifsapplications/projection/v1/DocumentRevisionHandling.svc/CopyFileToNewRev


1 reply

Userlevel 7
Badge +30

My guess is that the client first creates the new revision (A9 in your case) THEN calls that method. Run the client and see what it does, and do the same thing.

Reply