Publish asset on behalf of user?

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.

Parents
  • 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.

Reply
  • 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.

Children
No Data