Skip to main content
Version: 2.2.1

GNCATALOGSERVICE - Import of service catalog services

This import template allows inserting/editing:

  • Data of a service from the service catalog.

To insert each of these items, the standard documented below must be followed.

Insert​

ColumnRequiredTypePrecisionDescription
OIDINTERFACEXTEXT32DIINTERFACE table registry key.
FGIMPORTXNUMERIC2Import status:
1 - New;
2 - In progress;
3 - Finished;
4 - Error.
CDISOSYSTEMXNUMERIC10Code of the system in which the integration will be performed:
146 - Code of the SoftExpert Request component.
FGOPTIONXNUMERIC2Code of the operation to be performed:
27 - Add service to service catalog.
NMFIELD01XTEXT10Catalog numeric code. This information can be found in the service catalog information section.
NMFIELD02TEXT255Service name. To inherit from the destination object, leave this column blank.
NMFIELD03XTEXT50Destination object type.
NMFIELD04XTEXT50Fill this column with the destination object ID #.
NMFIELD05TEXT10Category numeric code. This information can be found in the service catalog category section. Separate with "," (comma) if you wish to define the service in more than one category.
NMFIELD06TEXT50ID of the user that is performing the operation.
DSFIELD01TEXT4000Service description. Use this column to give the user more details about the service.

Example of service insertion in the catalog:

INSERT INTO DIINTERFACE (OIDINTERFACE, FGIMPORT, CDISOSYSTEM, FGOPTION, NMFIELD01, NMFIELD02, NMFIELD03, NMFIELD04, NMFIELD05, NMFIELD06, DSFIELD01) VALUES (1, 1, 146, 27, 1, 'My service name', 'PROCESS', 'Process ID', 1, 'sesuite12', 'My service description');