spMFInsertValueListItems

Signature

EXEC dbo.spMFInsertValueListItems
    @Doc = N'<xml>',
    @Output = NULL OUTPUT,
    @Debug = 0;

Returns

INT: 1 on success; -1 on error.

Parameters

@Doc
  • Type: NVARCHAR(MAX)

  • Required: Yes

  • Description: Value list items data (XML).

@Output
  • Type: INT

  • Required: No (OUTPUT)

  • Description: Status or count output value.

@Debug
  • Type: SMALLINT

  • Required: No (default = 0)

  • Description: Debug level. - 1 = Standard Debug Mode - 101 = Advanced Debug Mode

Purpose

Insert ValueList Items details into MFValueListItems table.

Additional Info

Prerequisites

Warnings

Examples

Changelog

Date

Author

Description

2019-08-30

JC

Added documentation

2015-06-26

DEV2

Updating Column appRef