I am leveraging Publish API to publish assets for users, when published I tried to set the FISHPUBLISHER as the user, but that field is not allowed to be updated along with FISHPUBSTATUS? Any suggestions are appreciated.
I am leveraging Publish API to publish assets for users, when published I tried to set the FISHPUBLISHER as the user, but that field is not allowed to be updated along with FISHPUBSTATUS? Any suggestions are appreciated.
I don't think it's possible to set FISHPUBLISHER manually. I believe it is set automatically to the user that has authenticated -- in this case your application user.
What Mark said :-)
Get-IshTypeFieldDefinition | Where-Object -Property Name -EQ FISHPUBLISHER
ISHType Level Name DataType SDB MM CRUS Description
------- ----- ---- -------- --- -- ---- -----------
ISHPublication Lng FISHPUBLISHER ISHType S-B M1 -R-- The user that published this publication.
Where the "S" is short for System field, and the description states that it will hold the last user that requested a publish operation.