Popular Tags

  • How to get the last created release ?

    Hi all, I want to know if there is a command that i can get the last created release by PCMS api ? i try this code as below but i don't know how to continue to get result faster: PcmsObjStruct obj = { 0 }; obj.objType = PCMS_BASELINE; int noUids = 0;…
  • Full user name in PCMS header substitution

    Is it possible to display the full user name by a command in the PCMS header substituion? The available label %PO% gives only the user ID. Best regards.