n8n-nodes-dataverse
Version:
n8n community node for communicating to dataverse
20 lines • 688 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.globaloptionsetOperations = void 0;
const properties_1 = require("./properties");
const operation_1 = require("./operation");
exports.globaloptionsetOperations = [
{
displayName: "Attribute Name",
name: properties_1.Properties.GLOBAL_ATTRIBUTENAME,
type: "string",
default: "",
displayOptions: {
show: {
operation: [operation_1.Operation.GLOBALOPTIONSET],
},
},
description: "Enter the attribute name for the OptionSet",
},
];
//# sourceMappingURL=globaloptionsetOperations.js.map