Search Results for

    Show / Hide Table of Contents

    WebApiParameters

    The parameters are plain JavaScript objects representing the input/output for a Web API action or function. You can find the input and output parameters for the action or function using the MSDN reference documents.

    • Action Reference

    • Function Reference

    You can also define Custom Actions and call them using CDS.

    When settings input parameters, the following types have to be encoded:

    • EntityType – must be encoded using encodeEntityType
    • Guid – recommend using encodeGuid
    • picklist values: use the integer values for each option.
    In This Article
    Back to top Hitachi Solutions JS Library