-
Content Count
46 -
Joined
-
Last visited
-
Days Won
6
Reputation Activity
-
LunaLovegood got a reaction from Harbinger in Authorization failed. Each Google Drive account can only be used once as a Site.
When you're receiving an error: "Authorization failed. Each Google Drive account can only be used once as a Site." setting up DataHub/Scheduled import, you need to check your Google Account Settings. Go to Sign-in & Security and then Apps with Account access. Check if Caspio DataHub is already on the list.
Then click Manage Apps, and remove access to Caspio DataHub.
Go inside your Caspio Bridge and re-established the connection.
-
LunaLovegood got a reaction from Harbinger in Connect to Google Drive
Hello @directrix,
I got this same error and contacted their support team. Then advised me that this is a Google issue as they have made changes recently. But if you have an existing task that is connected to Google Drive, it'll work perfectly. Fret not, Caspio DevOps team is now looking for a way to make this work. *winks*
-
LunaLovegood reacted to kpcollier in Yes/No field
Hello @wvantongeren To start, I am not sure what Ja and Nee mean, but I assume it is Yes/No respectively.
Edit your Tabular Report DataPage.
On the Configure Results Page Field page, go to the "Acteif" field. Under Field Options in the Standard tab, Edit the Formatting.
Click Custom. Keep Format Type as Yes/No. Set Yes/No Display to custom. For yes, type "Go to the project". For no, type "Nee" (Unless I have Ja and Nee switched up).
Thanks,
KPC
-
LunaLovegood got a reaction from directrix in listbox choice appear in a text area
Hello @Medron,
You can try this code:
— Luna —
-
LunaLovegood got a reaction from FinTheHuman in listbox choice appear in a text area
Hello @Medron,
You can try this code:
— Luna —
-
LunaLovegood got a reaction from Medron in listbox choice appear in a text area
Hello @Medron,
You can try this code:
— Luna —
-
LunaLovegood got a reaction from WatashiwaJin in Connect to Google Drive
Hello @directrix,
I got this same error and contacted their support team. Then advised me that this is a Google issue as they have made changes recently. But if you have an existing task that is connected to Google Drive, it'll work perfectly. Fret not, Caspio DevOps team is now looking for a way to make this work. *winks*
-
LunaLovegood got a reaction from Meekeee in Connect to Google Drive
Hello @directrix,
I got this same error and contacted their support team. Then advised me that this is a Google issue as they have made changes recently. But if you have an existing task that is connected to Google Drive, it'll work perfectly. Fret not, Caspio DevOps team is now looking for a way to make this work. *winks*
-
LunaLovegood got a reaction from directrix in Connect to Google Drive
Hello @directrix,
I got this same error and contacted their support team. Then advised me that this is a Google issue as they have made changes recently. But if you have an existing task that is connected to Google Drive, it'll work perfectly. Fret not, Caspio DevOps team is now looking for a way to make this work. *winks*
-
LunaLovegood reacted to IMDora in JS Date Restrictions Quit Working
@abitaquest,
There's a possibility that the reason it's not working now is because of the recent Caspio update. Event like onsubmit will no longer be supported and you need to use Caspio's built-in event handlers. Kindly please check the link below for more information:
https://howto.caspio.com/release-notes/caspio-bridge-13-0/13-0-impacted-areas/
https://howto.caspio.com/datapages/ajax-loading/
I hope this helps.
-
LunaLovegood got a reaction from JeanPierre in How to make a contract with customer in caspio
Hi @JeanPierre,
Creating contract in Caspio is possible using report function. You need to have a Report DataPage and make the table with all your customer's data as Data Source.
You need to have HTML block to add some standard text.
To pull up to customer's data, you need to insert the DataSource field, as what's shown on the image above.
Please refer to this articles for more info: https://howto.caspio.com/parameters/
And this video might be helpful as well:
-
LunaLovegood got a reaction from JeanPierre in Multiple user login?
Hello @JeanPierre,
You can do that by enabling RLS (Record Level Security) on your DataPage setup.
You may want to check these articles for your reference:
https://howto.caspio.com/authentications-and-connections/authentication/record-level-security/
https://howto.caspio.com/authentications-and-connections/authentication/record-level-security/restrict-access-to-data-by-user-or-role/