ExBuilder_Configs_CS
Module that contains several configuration site properties used accross the mobile application.
Version 0.0.5
Summary
Action | Description |
---|---|
AgentNumber_Get | Server action to expose the value of the site property "AgentNumber". |
DoctorNumber_Get | Server action to expose the value of the site property "DoctorNumber". |
GenericValidationMessage_Get | Server action to expose the value of the site property "GenericValidationMessage". |
SitePropertiesInsurance_GetAll | Server action that fetches the site properties that support the app on Insurance template scenarios. |
SitePropertiesSupport_GetAll | Server action that fetches the site properties that support the app. |
SupportEmail_Get | Server action to expose the value of the site property "SupportEmail". |
SupportNumber_Get | Server action to expose the value of the site property "SupportNumber". |
WebSiteAboutUs_Get | Server action to expose the value of the site property "WebSiteAboutUs". |
Actions
AgentNumber_Get
Server action to expose the value of the site property "AgentNumber".
Outputs
- Value
- Type: Phone Number.
Returned site property "AgentNumber" value.
DoctorNumber_Get
Server action to expose the value of the site property "DoctorNumber".
Outputs
- Value
- Type: Phone Number.
Returned site property "DoctorNumber" value.
GenericValidationMessage_Get
Server action to expose the value of the site property "GenericValidationMessage".
Outputs
- Value
- Type: Text.
Returned site property "GenericValidationMessage" value.
SitePropertiesInsurance_GetAll
Server action that fetches the site properties that support the app on Insurance template scenarios.
Outputs
- AgentNumber
- Type: Phone Number.
Returned phone number for the agent. - DoctorNumber
- Type: Phone Number.
Returned phone number for the doctor.
SitePropertiesSupport_GetAll
Server action that fetches the site properties that support the app.
Outputs
- GenericValidationMessage
- Type: Text.
Text to be shown on the error message for a generic error. - SupportNumber
- Type: Phone Number.
Phone number for the support. - WebSiteAboutUs
- Type: Text.
Website URL for the about us page. - SupportEmail
- Type: Email.
Email for the company support. - GoogleMapsAPIKey
- Type: Text.
Google Maps API Key.
SupportEmail_Get
Server action to expose the value of the site property "SupportEmail".
Outputs
- Value
- Type: Email.
Returned site property "SupportEmail" value.
SupportNumber_Get
Server action to expose the value of the site property "SupportNumber".
Outputs
- Value
- Type: Text.
Returned site property "SupportNumber" value.
WebSiteAboutUs_Get
Server action to expose the value of the site property "WebSiteAboutUs".
Outputs
- Value
- Type: Text.
Returned sit property "WebSiteAboutUs" value.