autoNameChecked |
Used with nameField=both URL parameter, determines
if the Autoname checkbox is checked when the form is displayed. |
true false (default) |
CreateMode |
Used in a post-processing page to define application-specific logic. For example, Engineering Central may execute certain functions while Library Central executes others after creating an object. The value should identify the application, and should be whatever value is required by the post-processing program. |
ENG LBC |
CreateProgram |
The name of the program and method that executes in addition to the object creation. |
JPONAME:METHODNAME |
direction |
If a relationship is passed, the direction parameter
specifies the direction of the relationship from the perspective of the
object being created. If from, the relationship would be FROM the
passed object TO the newly-created object. If to, the relationship
would be FROM the newly-created object TO the passed object. |
From (default) To |
findMxLink |
When true, show the mxLink icon/command button
on the toolbar, which opens a search dialog box. |
true (default) false |
form |
The web form administrative object name used
to present this form page, such as emxCreate.jsp?form=SCSBuyerDesk |
SCSBuyerDesk ECPartCreate |
header |
The header displayed in the header frame of
the form. The value can be a string resource ID or the label itself. |
emxFramework.Part.Create Create Part |
HelpMarker |
The help marker tag used to show the help window
when the user clicks the context help icon on the toolbar. |
emxhelppartcreate |
nameField |
Configures the type of name field on the form. |
autoName keyin (default) both |
objectId |
If an OID is passed, the object created will
be connected to this object using the relationship specified by the relationship
parameter. |
OID of an business object. |
owner |
Assigns a default owner to the object being
created. If no value is passed, the context user is assigned as the owner. |
Design Engineer Buyer |
policy |
The policy to assign to the type being created.
You can use either the original or symbolic policy name, although symbolic
names are recommended. |
policy_Part policy_DifferentPart |
postProcessJPO |
Used to specify the post processing JPO program
name and the method name to invoke after form processing and database
update. This parameter is applicable only for edit mode. |
<JPO Name>:<Method Name> For
example: emxPart:processECO |
postProcessURL |
Specifies the name of the JSP executed during
edit form post processing. The JSP is executed only after the form processing
and database update complete. This parameter is applicable only
for edit mode. |
${SUITE_DIR}/emxCustomPostProcess.jsp <AppDirectory>/emxCustomPostProcess.jsp For
example: engineeringcentral/emxCustomPostProcess.jsp |
relationship |
The name of the relationship to use to connect
the object being created to the object passed by the objectId parameter.
You can use either the original or symbolic relationship name, although
symbolic names are recommended. |
relationship_EBOM EBOM |
showPageURLIcon |
When true, shows in the toolbar. This tool lets users copy the
URL to the specific ENOVIA application page. When false, does not
show in the toolbar. The default value for this parameter is defined
by the emxFramework.Toolbar.ShowPageURLIcon property
in emxSystem.properties. |
true false |
submitAction |
Determines the action to take after creating
the object (in addition to closing the form window): If
no value is passed for this parameter, this alert displays to the user:
The object Type <type name>
Name:<object name> Rev:<revision>
is created successfully.
|
refreshCaller:
Reload the calling page. If called from a table or structure browser,
then reloads the table or structure browser. treeContent: Load
the newly-created object's tree in the main content frame. treePopup:
Load the newly-created object's tree in a new pop-up window. |
TipPage |
Specifies the Web page (html or jsp) to launch
when the user clicks the Tip page toolbar button in the form header frame. |
Name of a custom URL page. emxForm.jsp?form=ENCPart&TipPage=../myapplication/showMyTipPage.jsp? |
type* |
A comma-separated list of types that can be
created by this form. The type can be the original or symbolic name of
the business object, although symbolic names are recommended. |
type_Part type_RFQ Part type_Part,type_RFQ |
typeChooser |
Specifies whether or not the type chooser will
be used for the Type field. If true, the default type chooser, emxTypeChooser,jsp,
is used. Only the types defined by the type parameter will be selectable
by the type chooser. |
true false (default) |
vault |
The vault where the object being created will
be stored. You can use either the original or symbolic value name, although
symbolic names are recommended. |
Gold vault_Gold |
vaultChooser |
Specifies whether or not the vault chooser will
be used for the Vault field. If true, the default type chooser, emxVaultChooser,jsp,
is used. |
true false (default) |