load( local!dynamicField:0, a!formLayout( firstColumnContents : { a!sectionLayout( firstColumnContents:{ a!richTextDisplayField( labelPosition: "COLLAPSED", value: { a!richTextItem( text: if( local!dynamicField = 0, "( + ) Purchase Details", "( - ) Purchase Details" ), style: "STRONG", link: a!dynamicLink( value: if( local!dynamicField = 0, 1, 0 ), saveInto: local!dynamicField ) ) } ), if( local!dynamicField = 0, {}, { a!textField( label: "Store # :", labelPosition: "ADJACENT", value:"STORE001", readonly: true ), a!textField( label: "Store Location :", labelPosition: "ADJACENT", value:"India", readonly: true ), a!dateField( label: "Purchase Date :", labelPosition: "ADJACENT", value:now()-20, readOnly: true ), a!textField( label: "Payment Method :", labelPosition: "ADJACENT", value:"STORE CREDIT", readOnly: true() ) })})}))