Window: Web Service Security
[Created: 30/01/2009 - Updated: 17/02/2022 ]
Description:
Help:

Tab: Web Service Type
[Created: 30/01/2009 - Updated: 27/08/2013 ]
Description:
Help:
Tab Level: 0
Table 10: Web Service Type - Fields
Table: Report Parameters
| Name | Description | Help | Technical Info |
|---|---|---|---|
| Tenant | Tenant for this installation. | A Tenant is a company or a legal entity. You cannot share data between Tenants. | ws_webservicetype.AD_Client_ID numeric(10) Table Direct |
| Organization | Organizational entity within tenant | An organization is a unit of your tenant or legal entity - examples are store, department. You can share data between organizations. | ws_webservicetype.AD_Org_ID numeric(10) Table Direct |
| Search Key | Search key for the record in the format required - must be unique | A search key allows you a fast method of finding a particular record.If you leave the search key empty, the system automatically creates a numeric number. The document sequence used for this fallback number is defined in the "Maintain Sequence" window with the name "DocumentNo_", where TableName is the actual name of the table (e.g. C_Order). | ws_webservicetype.Value character varying(40) String |
| Active | The record is active in the system | There are two methods of making records unavailable in the system: One is to delete the record, the other is to de-activate the record. A de-activated record is not available for selection, but available for reports.There are two reasons for de-activating and not deleting records:(1) The system requires the record for audit purposes.(2) The record is referenced by other records. E.g., you cannot delete a Business Partner, if there are invoices for this partner record existing. You de-activate the Business Partner and prevent that this record is used for future entries. | ws_webservicetype.IsActive character(1) Yes-No |
| Name | Alphanumeric identifier of the entity | The name of an entity (record) is used as an default search option in addition to the search key. The name is up to 60 characters in length. | ws_webservicetype.Name character varying(60) String |
| Web Service | ws_webservicetype.WS_WebService_ID numeric(10) Table Direct | ||
| Web Service Method | ws_webservicetype.WS_WebServiceMethod_ID numeric(10) Table Direct | ||
| Table | Database Table information | The Database Table provides the information of the table definition | ws_webservicetype.AD_Table_ID numeric(10) Table Direct |
| Description | Optional short description of the record | A description is limited to 255 characters. | ws_webservicetype.Description character varying(255) String |
| Comment/Help | Comment or Hint | The Help field contains a hint, comment or help about the use of this item. | ws_webservicetype.Help character varying(2000) Text |
| Create Default Parameters | This process will add required parameters for current web service type | ws_webservicetype.InsertParameters character(1) Button |
Tab: Web Service Parameters
[Created: 30/01/2009 - Updated: 18/06/2020 ]
Description:
Help:
Tab Level: 1
Table 20: Web Service Parameters - Fields
Table: Report Parameters
| Name | Description | Help | Technical Info |
|---|---|---|---|
| Tenant | Tenant for this installation. | A Tenant is a company or a legal entity. You cannot share data between Tenants. | ws_webservice_para.AD_Client_ID numeric(10) Table Direct |
| Organization | Organizational entity within tenant | An organization is a unit of your tenant or legal entity - examples are store, department. You can share data between organizations. | ws_webservice_para.AD_Org_ID numeric(10) Table Direct |
| Web Service Type | ws_webservice_para.WS_WebServiceType_ID numeric(10) Table Direct | ||
| Parameter Name | ws_webservice_para.ParameterName character varying(60) String | ||
| Parameter Type | ws_webservice_para.ParameterType character(1) List | ||
| Constant Value | Constant value | ws_webservice_para.ConstantValue character varying(2000) String | |
| Active | The record is active in the system | There are two methods of making records unavailable in the system: One is to delete the record, the other is to de-activate the record. A de-activated record is not available for selection, but available for reports.There are two reasons for de-activating and not deleting records:(1) The system requires the record for audit purposes.(2) The record is referenced by other records. E.g., you cannot delete a Business Partner, if there are invoices for this partner record existing. You de-activate the Business Partner and prevent that this record is used for future entries. | ws_webservice_para.IsActive character(1) Yes-No |
Tab: Web Service Field Input
[Created: 30/01/2009 - Updated: 18/06/2020 ]
Description:
Help:
Tab Level: 1
Table 30: Web Service Field Input - Fields
Table: Report Parameters
| Name | Description | Help | Technical Info |
|---|---|---|---|
| Tenant | Tenant for this installation. | A Tenant is a company or a legal entity. You cannot share data between Tenants. | ws_webservicefieldinput.AD_Client_ID numeric(10) Table Direct |
| Organization | Organizational entity within tenant | An organization is a unit of your tenant or legal entity - examples are store, department. You can share data between organizations. | ws_webservicefieldinput.AD_Org_ID numeric(10) Table Direct |
| Web Service Type | ws_webservicefieldinput.WS_WebServiceType_ID numeric(10) Table Direct | ||
| Column | Column in the table | Link to the database column of the table | ws_webservicefieldinput.AD_Column_ID numeric(10) Table Direct |
| DB Column Name | Name of the column in the database | The Column Name indicates the name of a column on a table as defined in the database. | ws_webservicefieldinput.ColumnName character varying(63) String |
| Reference | System Reference and Validation | The Reference could be a display type, list or table validation. | ws_webservicefieldinput.AD_Reference_ID numeric(10) Table |
| Reference Key | Required to specify, if data type is Table or List | The Reference Value indicates where the reference values are stored. It must be specified if the data type is Table or List. | ws_webservicefieldinput.AD_Reference_Value_ID numeric(10) Table |
| Active | The record is active in the system | There are two methods of making records unavailable in the system: One is to delete the record, the other is to de-activate the record. A de-activated record is not available for selection, but available for reports.There are two reasons for de-activating and not deleting records:(1) The system requires the record for audit purposes.(2) The record is referenced by other records. E.g., you cannot delete a Business Partner, if there are invoices for this partner record existing. You de-activate the Business Partner and prevent that this record is used for future entries. | ws_webservicefieldinput.IsActive character(1) Yes-No |
| Identifier | This column is part of the record identifier | The Identifier checkbox indicates that this column is part of the identifier or key for this table. | ws_webservicefieldinput.IsIdentifier character(1) Yes-No |
| Allow Null Value | Should allow null value for identifier field | ws_webservicefieldinput.IsNullIdentifier character(1) Yes-No | |
| Identifier Logic | ws_webservicefieldinput.IdentifierLogic character varying(2000) Text |
Tab: Web Service Field Output
[Created: 30/01/2009 - Updated: 18/06/2020 ]
Description:
Help:
Tab Level: 1
Table 40: Web Service Field Output - Fields
Table: Report Parameters
| Name | Description | Help | Technical Info |
|---|---|---|---|
| Tenant | Tenant for this installation. | A Tenant is a company or a legal entity. You cannot share data between Tenants. | ws_webservicefieldoutput.AD_Client_ID numeric(10) Table Direct |
| Organization | Organizational entity within tenant | An organization is a unit of your tenant or legal entity - examples are store, department. You can share data between organizations. | ws_webservicefieldoutput.AD_Org_ID numeric(10) Table Direct |
| Web Service Type | ws_webservicefieldoutput.WS_WebServiceType_ID numeric(10) Table Direct | ||
| Column | Column in the table | Link to the database column of the table | ws_webservicefieldoutput.AD_Column_ID numeric(10) Table Direct |
| Active | The record is active in the system | There are two methods of making records unavailable in the system: One is to delete the record, the other is to de-activate the record. A de-activated record is not available for selection, but available for reports.There are two reasons for de-activating and not deleting records:(1) The system requires the record for audit purposes.(2) The record is referenced by other records. E.g., you cannot delete a Business Partner, if there are invoices for this partner record existing. You de-activate the Business Partner and prevent that this record is used for future entries. | ws_webservicefieldoutput.IsActive character(1) Yes-No |
Tab: Web Service Access
[Created: 30/01/2009 - Updated: 18/06/2020 ]
Description:
Help:
Tab Level: 1
Table 50: Web Service Access - Fields
Table: Report Parameters
| Name | Description | Help | Technical Info |
|---|---|---|---|
| Tenant | Tenant for this installation. | A Tenant is a company or a legal entity. You cannot share data between Tenants. | ws_webservicetypeaccess.AD_Client_ID numeric(10) Table Direct |
| Organization | Organizational entity within tenant | An organization is a unit of your tenant or legal entity - examples are store, department. You can share data between organizations. | ws_webservicetypeaccess.AD_Org_ID numeric(10) Table Direct |
| Web Service Type | ws_webservicetypeaccess.WS_WebServiceType_ID numeric(10) Table Direct | ||
| Role | Responsibility Role | The Role determines security and access a user who has this Role will have in the System. | ws_webservicetypeaccess.AD_Role_ID numeric(10) Table |
| Active | The record is active in the system | There are two methods of making records unavailable in the system: One is to delete the record, the other is to de-activate the record. A de-activated record is not available for selection, but available for reports.There are two reasons for de-activating and not deleting records:(1) The system requires the record for audit purposes.(2) The record is referenced by other records. E.g., you cannot delete a Business Partner, if there are invoices for this partner record existing. You de-activate the Business Partner and prevent that this record is used for future entries. | ws_webservicetypeaccess.IsActive character(1) Yes-No |