Summary

This command retrieves the record from the current context.


Attributes

  • none

Parameters

  • none

Example

<script scriptId="createScreenFailForm">
    <body>
        <s:if>
            <s:and>
                <s:isSet/>
                <s:eq>
                    <s:stringPath path=":value"/>
                    <s:string value="0000"/>
                </s:eq>
            </s:and>
            <s:createForm>
                <s:parent>
                
                    <s:record/>
                    
                </s:parent>
                <s:type>
                    <s:string value="ds6"/>
                </s:type>
                <s:alias>
                    <s:string value="ds6"/>
                </s:alias>
            </s:createForm>
        </s:if>
    </body>
    <target typeId="patid" when="after"/>
</script>



Need more help?

Please visit the Fountayn Contact Information page.