Create User Table    

 

Function Name: getCreateUserTableXml

 

Class: com.newgen.dmsapi.DMSInputXml

 

Description: This function is used to retrieve the Property / details of the specified User of the System.

 

Input Parameters

Sample InputXML

Output Parameters

Sample OutputXML

View xml API::NGOCreateUserTable

 

 

Prototype:

public String getCreateUserTableXml(String cabinetName, String userDBId,

String tableName, String userFieldXml)

Input Parameters:

Name

Description

Valid Values

Default Behaviour

CabinetName

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

 

 

UserDBId

UserDatabase ID, which is returned in the ConnectCabinet call.

 

 

tableName

It indicates the nName of the User Ttable to be created.

 

N/A

userFieldXml

A list List of information about the fields of the table, which can be obtained from getUsertableFieldXml function.

 

 

 

Output Parameters:

An inputXml string of the NGOCreateUserTable call.