Utility Master

Operators Parameter List
{% if 'add' in session.get('operatorparameterPermissions', []) %} {% endif %}
{% if error %}

{{ error }}

{% endif %}
{% for each_operator_parameter in operatorParametersList %} {% endfor %} {% with messages = get_flashed_messages() %} {% if messages %}
    {% for message in messages %}

    {{ message }}

    {% endfor %}
{% endif %} {% endwith %}
S.No Display Name Parameter Name Operator Name Api Name Api Code Sort Field Type Min length Max length Pattern Is Active Is Mandatory Has Grouping Has Api Call Has Include Api Call Is Reference Key Is Sub Parameters Action
{{each_operator_parameter.snoCount}} {{each_operator_parameter.displayName}} {{each_operator_parameter.parameterName}} {{each_operator_parameter.operatorName}} {{each_operator_parameter.transactionAPIName}} {{each_operator_parameter.apiCode}} {{each_operator_parameter.sort}} {{each_operator_parameter.fieldType}} {{each_operator_parameter.minLength}} {{each_operator_parameter.maxLength}} {{each_operator_parameter.pattern}} {% if each_operator_parameter.isActive == True %} ✔ {% else %} ✗ {% endif %} {% if each_operator_parameter.isMandatory == True %} ✔ {% else %} ✗ {% endif %} {% if each_operator_parameter.hasGrouping == True %} ✔ {% else %} ✗ {% endif %} {% if each_operator_parameter.hasApiCall == True %} ✔ {% else %} ✗ {% endif %} {% if each_operator_parameter.hasIncludeApiCall == True %} ✔ {% else %} ✗ {% endif %} {% if each_operator_parameter.isReferenceKey == True %} ✔ {% else %} ✗ {% endif %} {% if each_operator_parameter.hasSubParameters == True %} ✔ {% else %} ✗ {% endif %} {% if 'edit' in session.get('operatorparameterPermissions', []) %} {% endif %} {% if 'delete' in session.get('operatorparameterPermissions', []) %} {% endif %}