Help
Rajesh_Narayana
5 - Automation Enthusiast
5 - Automation Enthusiast
since ‎Mar 07, 2020

User Statistics

  • 12 Posts
  • 0 Solutions
  • 10 Kudos given
  • 5 Kudos received

User Activity

How do I enable visibility of a particular scripting block when a view is shared i.e. on click of “open form”?
Is it possible to allow access to view (grid or gallery) only when input by user matches a field? For example I want user to only see his or her records, so I will get name or mobile as input and filter records to show only this.
Schedule repetition frequency of a transaction or event based (daily, monthly or yearly). Kindly provide suggestions or feedbacks for improvements. Especially, I want to workout more edge case issues. // Query for every record in “Table” let table =...
I am trying to duplicate a row from one table to another (using scripts). The table I am copying from has a column with “rating” type field in it. How do I go about duplicating in the createRecordAsync script? I tried something like let table1 =...
I used a simple formula for column C (it is A-B), it shows up as -0 in one case and 0 for another? Why should zero have a negative sign? In my case although all 3 columns are setup to round to 2 digits, I am certain that there is no third decimal dig...