/* * Author : subscriptionslabs * Generated on : 08-Jun-2021 23:10:54 * Version : 1.0 */ application "Custom Checkout Demo" { date format = "dd-MMM-yyyy" time zone = "Asia/Kolkata" time format = "24-hr" section Untitled_Form { displayname= "Untitled Form" form Untitled_Form { displayname = "Untitled Form" success message = "Data Added Successfully!" field alignment = left actions { on add { submit ( type = submit displayname = "Submit" ) reset ( type = reset displayname = "Reset" ) } on edit { update ( type = submit displayname = "Update" ) cancel ( type = cancel displayname = "Cancel" ) } } } list Untitled_Form_View { displayName = "Untitled Form View" show all rows from Untitled_Form quickview ( layout ( type = -1 datablock1 ( layout type = -1 title = "Overview" ) ) menu ( header ( Edit Duplicate Delete Add Print Import Export ) record ( Edit Duplicate Print Delete ) ) action ( on click ( View Record ) on right click ( Edit Delete Duplicate Print View Record ) ) ) detailview ( layout ( type = 1 datablock1 ( layout type = -2 title = "Overview" ) ) menu ( header ( Edit Duplicate Print Delete ) ) ) } } section Custom_Checkout { page Custom_Checkout(plan_code,amount) { displayname = "Custom Checkout" icon = "" Content="\n\t\n\t\n\t\n\t\n\t\n<\/dsp>\n<\/column>\n<\/row>\n<\/layout>\n<\/zml>" } } share_settings { "Read" { name = "Read" type = Users_Permissions permissions = {Chat:true, Predefined:true, ApiAccess:true, PIIAccess:true, ePHIAccess:true} description = "This profile will have read permission for all components\n" } "Write" { name = "Write" type = Users_Permissions permissions = {Chat:true, Predefined:true, ApiAccess:true, PIIAccess:true, ePHIAccess:true} description = "This profile will have write permission for all components\n" } "Administrator" { name = "Administrator" type = Users_Permissions permissions = {Chat:true, Predefined:true, ApiAccess:true, PIIAccess:true, ePHIAccess:true} description = "This profile will have all the permissions.\n" } roles { "CEO" { description = "User belonging to this role can access data of all other users." } } role Hierarchy = {Untitled_Form} } customize { layout = "tab" color = "black" base theme = "professional" new theme = 1 } }