NGOChangeFormProperty

This call is used to change the Property of an existing Form.

 

Input Parameter description

View sample InputXml

Output Parameter description

View sample OutputXml

Errors and Warnings

 

 

Input Parameters description

Name

Parent Tag

Description

Valid Values

Default

Values

Option

Root

Unique option for the call.

NGOChange

FormProperty

N/A

CabinetName

Root

Name of the Cabinet to which the User wants to connect.

 

N/A

UserDBId

Root

UserDatabase ID, which that is returned in the NGOConnect

Cabinet call.

 

N/A

DuplicateName

Root

 

 

 

NameLength

Root

Maximum Length of the Name.

 

If left blank, then 255 is assumed

CreationDateTime

Root

Date and Time of registration of the Form.

 

 

Form

Root

It contains the complete information about the fForm whose pProperties are to be changed using various tags.

 

N/A

FormIndex

Form

Index of the fForm whose pProperties are to be changed.

 

N/A

FormName

Form

New name of the formForm whose properties are to be changed.

 

 

FormType

Form

Not Used

 

 

Comment

Form

New comments added with the formForm.

 

 

FormBuffer

Form

New Binary data that represents the formForm.

 

 

 

Output Parameters description

Name

Parent Tag

Description

Option

Root

Unique option for the call.

Status

Root

Status of the call. If Status is 0 then the call is successful.

Form

Root

It contains the complete information about a formForm using various tags.

FormIndex

Form

Index of the formForm whose properties Properties are changed.

FormName

Form

Name of the formForm whose properties Properties are changed.

FormType

Form

Not Used.

Owner

Form

Owner of the formForm.

CreationDateTime

Form

Date and Time of registration of the formForm for the datadefinitionDataDefinition.

RevisedDateTime

Form

Date and Time when the formForm was last revised.

AccessedDateTime

Form

Date and Time when the formForm was last accessed.

DataDefIndex

Form

Index of the DataDefinitiondatadefinition with which the formForm is associated.

DataDefName

Form

Name of the DataDefinitiondatadefinition with which the formForm is associated.

Comment

Form

Comments added with the formForm.

FormBuffer

FormForm

Binary data that represents the formForm.

Username

Form

Name of the user who has locked the Form.

Locked

Form

Whether the Form is locked or not.

‘Y’ – Yes

‘N’ - No

LockMessage

Form

Message to be displayed if the Form is Locked.

LockedBy

Form

Index of the user who has locked the Form.

 

Errors returned from call

Code

Message

Comments

-50148

Form not exists.

Form whose Iindex was passed and whose properties Properties were to be changed does not exist.

-50032

Insufficient rights for the current operation.

User does not have sufficient rights Rights to do the operation. User must have read Read rights Rights on the Data Class to which the formForm whose properties Properties are to be changed is attached.

-50028

Data Class not found.

The Data Class with which the given formForm, whose properties Properties are to be changed, was attached does not exist.