
Teshan
Members-
Content Count
8 -
Joined
-
Last visited
About Teshan
-
Rank
Newbie
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
Hide Column In Tabular Report
Teshan replied to Master's topic in User JavaScript and CSS Discussions
This configuration does not work with new styles in version 21.0- 11 replies
-
- hide columns
- tabular report
-
(and 1 more)
Tagged with:
-
How to set Date field automatically to default today's date?
Teshan replied to Simong's question in Parameters
Hello, [@cbTimeStamp*] set the date in mm/dd/yyyy, how can we set this as dd/mm/YYYY Thanks -
Hi, I am trying insert a record which has a auto number. I am trying return auto-number in my response but it returns nothing. can anyone advise on this. table :TBL_TEST{uid autonumber,ID string ,NAME string} function CallWebAPI1() { var params={"ID":"1","NAME":"test"}; request.open("POST", "https://XXXXX.caspio.com/rest/v1/tables/TBL_TEST/rows", true); request.setRequestHeader("Authorization", "Bearer "+ accessToken); request.setRequestHeader("Accept", "application/json"); request .setRequestHeader("Content-Type", "applicat
-
- rest api
- insert record
-
(and 1 more)
Tagged with:
-
same error, when enter authentication field
-
This is not working for cascading virtual text fields Thank you
- 5 replies
-
- javascript
- conditional
- (and 3 more)
-
Electronic Signature Pad capture in Caspio
Teshan replied to vorasity's topic in User JavaScript and CSS Discussions
This signature pad does not work on mobile devices can anyone help to get it work in mobile devices, on chrome Thank you -
This signature pad does not work on mobile devices can anyone help Thank you
- 28 replies
-
- digital signature
- signature pad
-
(and 1 more)
Tagged with:
-
JS to not include blank entries in notification email
Teshan replied to roattw's topic in User JavaScript and CSS Discussions
Hi, "\n" does not creating a new line on email ? possible to pass the html tags instead ? Thank you