📚 SAP Business One SDK Help

EDFProtocolParameter Object Members
See Also  Overview 

Public Methods

Public Method FromXMLFileSets the object's properties using data from an XML file.

The XML file can be created using the object's ToXMLFile method.

Public Method FromXMLStringSets the object's properties using data from an XML string.

The XML string can be created using the object's ToXMLString method.

Public Method GetXMLSchemaReturns the XML schema for the XML generated by the ToXMLFile and ToXMLString methods.
Public Method ToXMLFileCreates an XML file that represents the object.
Public Method ToXMLStringCreates and returns an XML string that represents the object.

Public Properties

Public Property BranchIDproperty BranchID
Public Property Codeproperty Code
Public Property CreateDateDate when electronic protocol parameter was created.

Field name: CreateDate.

Public Property IsSensitiveDistinction for if electronic protocol parameter is sensitive and encrypted in database or it is not sensitive.
Public Property LogInstanceVersion of electronic protocol parameter in relation to archive (log) tables.

Field name: LogInstanc.

Public Property ParameterIDproperty ParameterID
Public Property ParameterTypeType of electronic protocol parameter. For example, integer, text, URL link, boolean, or mapping.

Field name: ParamType.

Public Property ParamNameproperty ParamName
Public Property ParamParametersRetrieve additional properties of specific electronic protocol parameter.

Field name: ParamPrms.

Public Property ParamValueValue of specific electronic protocol parameter.

Field name: ParamValue.

Public Property Typeproperty Type
Public Property UIOrderSequence number of electronic protocol parameter. Determines on which position it is displayed on "Document Settings", tab "Electronic Documents".

Field name: UIorder.

Public Property UpdateDateDate when electronic protocol parameter was updated most recently.

Field name: UpdateDate.

Public Property UpdatingUserIdentification of the last user who updated the electronic protocol parameter.

Field name: UserSign2.

Public Property UserSignatureIdentification of user who created the electronic protocol parameter.

Field name: UserSign.

Public Property VisibleIndication if electronic protocol parameter is displayed on "Document Settings", tab "Electronic Documents".

Field name: ParamVisib.

See Also