Skip to content

Instantly share code, notes, and snippets.

@cchrisv
Last active January 25, 2020 20:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cchrisv/e8c5a59e4b55d5243263b50a0e4cfe93 to your computer and use it in GitHub Desktop.
Save cchrisv/e8c5a59e4b55d5243263b50a0e4cfe93 to your computer and use it in GitHub Desktop.
<design:component label="Professor Flow - LookUp" >
<design:attribute name="objectName" label="I1_Object Name" />
<design:attribute name="displayFieldName" label="I2_Display Which Field?"/>
<design:attribute name="label" label="I3_Field Label" />
<design:attribute name="valueFieldName" label="I4_Output Which Field as Value?" />
<design:attribute name="parentChild" label="I5_'Parent' or 'Child' Lookup?" />
<design:attribute name="filterFieldName" label="I6_Filter on which field?" />
<design:attribute name="filterFieldValue" label="I7_Filter Value" />
<design:attribute name="selectedValue" label="O1_Output Value" />
<design:attribute name="required" label="Required?" />
<design:attribute name="defaultValue" label="Default Value"/>
<design:attribute name="cmpid" label="Component ID"/>
<design:attribute name="parentId" label="Parent ID"/>
<design:attribute name="whereClause" label="Where Clause"/>
<design:attribute name="svg" label="Icon"/>
</design:component>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment