SBM ModScript Reference → Programming SBM ModScript → Object Types → ProjectBasedRecord → ProjectBasedRecord FinishSubmitToProjectUsingTransition() Method
(SBM On-Premise/PaaS only) Finish a submit transition for an item using a non-default transition.
bool FinishSubmitToProjectUsingTransition( trans [, signedUserID, signedUserPwd ] )
Parameter | Type | Description |
---|---|---|
trans |
int or string |
Can be transition ID, transition UUID, or transition internal name. |
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.6.
projectRecord.SetFieldValue( "title", "My Title"); projectRecord.FinishSubmitToProjectUsingTransition(transId , "UserName", "pass");
Copyright © 2007–2019 Micro Focus or one of its affiliates. All rights reserved.