yida-form-permission

Automate form permission group management in the Yida platform.

1|Updated Apr 8, 2026
One-click install
npx skills add https://github.com/ythm/openyida --skill yida-form-permission-ythm
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: yida-form-permission
Source: https://github.com/ythm/openyida/tree/main/yida-skills/skills/yida-form-permission
Command: npx skills add https://github.com/ythm/openyida --skill yida-form-permission-ythm

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill simplifies the management of form permissions, allowing for quick and effective control over who can view, edit, and delete data within forms.

Core Features & Use Cases

  • Permission Group Management: Query, create, and configure form permission groups.
  • Data and Operation Control: Set member, data, and operation permissions.
  • Use Case: Ideal for setting up role-based access to form data, ensuring that only authorized individuals can access sensitive information.

Quick Start

To add a new permission group for departmental data access, run: openyida save-permission APP_XXX FORM-XXX --create --name "Department Access Group" --members "54255850977641" --data-permission '{"dataRange":"ORIGINATOR_DEPARTMENT"}' --action-permission '{"operations":{"OPERATE_VIEW":true}}'

Frequently Asked Questions about yida-form-permission

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I configure role-based access for form data in Yida?

Configuring role-based access for Yida form data involves creating permission groups that define member lists, data ranges, and allowed operations. This restricts sensitive form entries to authorized individuals based on their department or role.

How do I create a permission group for departmental data access in Yida?

Creating a Yida permission group for departmental data access requires running a command that specifies the form ID, group name, member IDs, and data permission rules. This automates the process of grouping users and assigning them the correct view permissions.

Can I restrict form operation permissions to view-only for certain members?

Yes, you can restrict form operation permissions to view-only by configuring the action permission settings within a Yida permission group. This involves enabling the view operation flag while leaving edit or delete operations disabled for the specified members.

Do I need special authorization to manage Yida form permissions?

Yes, you need explicit authorization to modify form permissions within the Yida platform. This access right is required before you can automate the creation of permission groups, configure data ranges, or manage member lists for your forms.

What is the best way to automate adding members to a Yida form permission group?

The best way to automate adding members to a Yida form permission group is by using a script that passes member IDs directly into the permission configuration command. This allows you to bulk-assign data and operation permissions without manual UI interaction.

What data ranges can I set when configuring Yida form permissions?

When configuring Yida form permissions, you can set data ranges such as the originator's department to control visibility. This data permission setting ensures that members of the permission group only see form records relevant to their specific organizational unit.