SBM ModScript Reference → Programming SBM ModScript → Object Types → ProjectBasedRecord → ProjectBasedRecord FinishSubmitToProject() Method
(SBM On-Premise/PaaS only) Finishes a submit transition for an item.
Parameter | Type | Description |
---|---|---|
signedUserID |
string |
Optional. Provides the user name portion of the signature if the transition requires a user's signature. |
signedUserPwd |
string |
Optional, required if signedUserID is provided. Provides the password portion of the signature if the transition requires a user's signature. |
Type | Description |
---|---|
bool |
Returns true if transition completed successfully. If false, use Shell.GetLastErrorMessage() for more information. |
SBM ModScript version: 11.3.
projectRecord.SetFieldValue( "title", "My Title"); projectRecord.FinishSubmitToProject("UserName", "pass");
Copyright © 2007–2018 Serena Software, Inc., a Micro Focus company. All rights reserved.