GM - Dynamic Record Card
(gmpkg:DynamicRecordCardComponent)
Documentation
Specification
Property
Type
Description
API Reference
<design:component label="GM - Dynamic Record Card">
<design:attribute name="title" label="Card Title"
description="Card Title"/>
<design:attribute name="icon" label="Card Icon"
description="Card Icon"/>
<design:attribute name="showBorder" label="Show Border"
description="Show record card border"/>
<design:attribute name="targetObjName" label="Object Name"
description="Object Name to load"/>
<design:attribute name="recordIdField" label="Record Id Field"
description="Record Id Field to load" />
<design:attribute name="parentObjectName" label="Parent Object Name"
description="The name of the parent object"/>
<design:attribute name="parentGridName" label="Parent Grid Name"
description="The parent grid name"/>
<design:attribute name="parentGridCode" label="Parent Grid Code"
description="The parent grid code"/>
<design:attribute name="parentRecordId" label="Parent RecordId"
description="Parent RecordId to test with. Keep this empty after configuring the component"/>
<design:attribute name="recordFields" label="Record Fields"
description="Record Fields to display"/>
<design:attribute name="columns" label="# of columns"
description="# of Columns for the layout"/>
<design:attribute name="mode" label="Display Mode"
description="Display mode (edit, view, readonly)"/>
<design:attribute name="recordLayout" label="Record Layout"
description="JSON Record Layout"/>
<design:attribute name="recordActions" label="Record Actions"
description="JSON Record Actions"/>
<design:attribute name="buttonActions" label="Show Actions as Buttons"
description="Use buttons for actions instead of icons"/>
<design:attribute name="visibleActions" label="Visible Actions"
description="# of visible actions"/>
</design:component>Last updated
Was this helpful?