Navigation:  Integration via SOAP web services > Published web services > Administration >

addAttribute

Previous  Top  Next

This method enables to add/edit:

Attribute data

 

To insert each of these items, it is necessary to follow the standard documented below:

Java class

Request

web/wwwroot/ws/java/administration/AddAttributeRequestType.java

Return

web/wwwroot/ws/java/administration/AddAttributeResponseType.java

 

Request

ID #

Required

Description

IDATTRIBUTE

X

Attribute ID #.

NMATTRIBUTE

X

Attribute name.

IDUSER

X

User ID #.

FGATTRIBUTETYPE

X

Attribute type [List of values (discrete); 2 - Undetermined (Non-discrete); 3 - External; 4 - SoftExpert Suite object].

FGDATATYPE

X

Attribute data type: [1 - Text, 2 - Numeric, 3 - Date, 4 - Memo, 5 - Currency, 8 - User, 9 - Organizational unit, 10 - Indicator, 11 - Audit, 12 - Kanban task, 13 - Document, 14 - Item, 15 - Asset, 16 - Supply, 17 - Waste, 18 - Project, 19 - Project task].

FGSELECTIONTYPE

X

Selection mode [1 - Zoom; 2 - Combo].

FGMULTIVALUED

 

Multivalued attribute [1 - Yes; 2 - No].

FGMASKTYPE

 

Mask type [1 - Simple mask; 2 - Regular expression]

DSMASK

 

Mask

 

Return

ID #

Description

return

SUCCESS: an attribute is created;

FAILURE: code regarding the error that occurred.