Create a Log Entry

In order to create a log entry, the system needs to know the log type to use. The service accepts a log type as input and your XSL that maps data to this service may assign an appropriate log type.

If a log type is not provided, the system can try to default one of the base sample log types if information is provided about the type of base sample message that this is a response to. To do this, the service needs to identify the notification download condition of the original message.

Fastpath:

Refer to Sample FA Integration Algorithm for information about the notification download conditions used for the sample integration.

Your XSL may provide

  • The notification download condition flag.
  • The notification download type. Using the NDS type, the system can find the appropriate notification download condition flag.
  • The external system and the message id that the system generated and sent to the external system. Using that information, the original outbound (NDS) message can be retrieved and the NDS type and its corresponding notification download condition flag can be determined.
Fastpath:

Refer to Sample FA Integration Algorithm for more information about creating the message ID.

Refer to Field Activity Log for a list of the base sample log types and the type of message they are generated for.