-
Content Count
257 -
Joined
-
Last visited
-
Days Won
12
SinJunYoung last won the day on February 4
SinJunYoung had the most liked content!
About SinJunYoung
-
Rank
Advanced Member
- Birthday July 16
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
Adding Watermark in the Caspio pdf
SinJunYoung replied to Didier's question in Styles and Localizations
Good news! It's now available as a standard feature! Visit this release notes: Caspio Bridge 26.0 - Caspio Online Help -
How to extract the date and time from a timestamp field?
SinJunYoung replied to Hayley's question in Calculations and aggregations
Hello! There is an option of field formatting depending on where you will be applying this: https://howto.caspio.com/datapages/datapage-components/field-formatting-options/ -
Get All Tables of Application via API
SinJunYoung replied to Prakash's question in API and Integration
This is possible! If you want to try out the features and check the actual methods of API that you can use within Caspio, I recommend that you check out this link: https://howto.caspio.com/web-services-api/rest-api/swagger-ui/ But you first need to authenticate your REST API: Authenticating REST API - Caspio Online Help- 2 replies
-
- rest api
- application development
-
(and 2 more)
Tagged with:
-
What type of values are being sent? Depending on the volume of the email, it usually has minimal delays. But if it is taking hours, it needs to get checked. Normally, this is happening if you have files and large text areas.
-
In tables, there are no sense of time. It basically just holds your data. If you want to update a field with a daily value such as timestamp, you need to use Application Tasks: Tasks - Caspio Online Help Create a new task that is a timestamp and then populate it to a field of choice in a table and set the schedule to every 24 hours.
-
Client Login For Ordering
SinJunYoung replied to masseyn's question in Security, Authentications, Roles, SAML
Here you can also check the testing numbers from Stripe and Paypal users: https://stripe.com/docs/testing https://developer.paypal.com/docs/payflow/integration-guide/test-transactions/#testing-data-and-guidelines -
Client Login For Ordering
SinJunYoung replied to masseyn's question in Security, Authentications, Roles, SAML
When you want to accept payments in your application, connect the application to a payment gateway like PayPal Express and Stripe. First, you create a payment processor that connects Caspio to a payment gateway. Next, you add and configure the payment option in a Submission Form of your application. Here's more: https://howto.caspio.com/datapages/forms/accepting-payments-in-your-application/ -
Security Warning
SinJunYoung replied to mkleinberg's question in Security, Authentications, Roles, SAML
When you want to accept payments in your application, connect the application to a payment gateway like PayPal Express and Stripe. First, you create a payment processor that connects Caspio to a payment gateway. Next, you add and configure the payment option in a Submission Form of your application. Here's more: https://howto.caspio.com/datapages/forms/accepting-payments-in-your-application/ -
Does a view take up storage?
SinJunYoung replied to RunForrestRun's question in Tables, Views and Relationships
Hi, may I know why you are using the Views and displaying a total of million records? If this is intended for reports view, this may not be optimized unless number of records are also filtered. Here is the link for reference: Best Practices in Creating Caspio Applications - Caspio Online Help -
Same as above, I do not recommend Wix but it can be used within your deployment: https://howto.caspio.com/deployment/
-
ChrisVI reacted to an answer to a question: Standard PDF Feature
-
DavidwDavis reacted to an answer to a question: I need help with rules or conditions in a gallery report.
-
Trouble with submit event of payment form.
SinJunYoung replied to Thewf's topic in User JavaScript and CSS Discussions
Hello, may I know if this payment is under the standard features? It may not be secure if it's just a custom code and you might want to look into this one: https://howto.caspio.com/datapages/forms/accepting-payments-in-your-application/ -
Hello, do you mean setting up of Payment Integration? What are you trying to do with Chekin. If you are wanting to accept payments from the platform, they only currently allow one time submission (which means no recurring type unless customization or subscription-based), then you no longer need checkin as Stripe can accept major credit card holders internationally. Here you can also check the testing numbers from Stripe and Paypal users: https://stripe.com/docs/testing https://developer.paypal.com/docs/payflow/integration-guide/test-transactions/#testing-data-and-
- 3 replies
-
- integration
- api
-
(and 1 more)
Tagged with:
-
Hello and yes, that's possible. Like you mentioned, you may use Zapier for that integration and make use of that WebMerge Document.
-
Separate tables or one big table for all people?
SinJunYoung replied to ClayG's question in Tables, Views and Relationships
Yes, you can create three different Views that filters the role for your user tables, then what I usually do are three different Authentications as well. This may lead to creating three DataPages. But, feel free to take a look into this: https://howto.caspio.com/tech-tips-and-articles/common-customizations/create-user-specific-redirect-after-login/ Or you may also try using the Record Level Security from the DataPages: https://howto.caspio.com/authentications-and-connections/authentication/record-level-security/ The key here is the creation of the proper distinguisher such as th -
Navigation by User Role
SinJunYoung replied to PDSRQ's question in Security, Authentications, Roles, SAML
Scripts here might help: https://howto.caspio.com/tech-tips-and-articles/common-customizations/create-user-specific-redirect-after-login/