Skip to content

feat(example-showcase): row-scoped grid conditional rule on invoice line (B2)#1654

Merged
xuyushun441-sys merged 1 commit into
mainfrom
b2-grid-line-lock-showcase
Jun 7, 2026
Merged

feat(example-showcase): row-scoped grid conditional rule on invoice line (B2)#1654
xuyushun441-sys merged 1 commit into
mainfrom
b2-grid-line-lock-showcase

Conversation

@xuyushun441-sys
Copy link
Copy Markdown
Contributor

Demonstrates B2 field conditional rules in an inline line-item grid:

description: Field.text({ requiredWhen: 'record.quantity >= 100' }),

A bulk line (qty ≥ 100) must carry a description — row-scoped (references the line's own record), so the inline grid flags the Description cell required per row as the quantity crosses the threshold. Drives the objectui grid-conditional-rules live e2e. Example-only change.

🤖 Generated with Claude Code

…ine (B2)

Demonstrates B2 field conditional rules in an inline line-item grid:
description.requiredWhen = "record.quantity >= 100" (a bulk line must carry a
note). Row-scoped — references the line's own record; the inline grid flags the
cell required per row as the quantity crosses the threshold. Drives the objectui
grid-conditional-rules live e2e.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
@vercel
Copy link
Copy Markdown

vercel Bot commented Jun 7, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
spec Ready Ready Preview, Comment Jun 7, 2026 2:14pm

Request Review

@github-actions github-actions Bot added the size/s label Jun 7, 2026
@xuyushun441-sys xuyushun441-sys merged commit a7f7358 into main Jun 7, 2026
11 checks passed
@xuyushun441-sys xuyushun441-sys deleted the b2-grid-line-lock-showcase branch June 7, 2026 14:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants