SBM ModScript Reference → Programming SBM ModScript → Object Types → ProjectBasedRecord → ProjectBasedRecord QuickSubmitToProject() Method
(SBM On-Premise/PaaS only) Identical to FinishSubmitToProject except StartSubmitToProject is not required, and thus, the project must be specified.
Parameter | Type | Description |
---|---|---|
project |
int or string |
Can be project ID, project UUID, or project 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.3.
var projectRecord = Ext.CreateProjectBasedRecord(projectTableId); projectRecord.SetFieldValue( "title" , "My Title" ); projectRecord.QuickSubmitToProject( projectID );
All field value changes must be in place on the item first.
Copyright © 2007–2018 Serena Software, Inc., a Micro Focus company. All rights reserved.