
Administrateur
-
Displaying the number of documents
Hello, Is there a formula for displaying the number of documents stored in the attachment section? Thank you
-
Open a record with a button
Good morning to allI have a table named Contacts and a sub-table named Contacts edition, once I have created a new record in Contacts edition, I would like to open the record created from the…
-
Duplicate and open
Morning, everyone, I'm looking for the function to duplicate a record and open the newly created record Thank you for your help
-
Display Charts
Hello, How to display a charts with 2 different tables? Thanks in advance for your help
-
trigger at the update with integromat
Good morning, I use this formula to send a push notification on my iPhone let webhookURL := ""https://paste-your-webhook-url.here;let data := {RecordID: ID};http("POST", webhookURL, {'Content-Type':…
-
Cursor on iPad
Hello, Do you also have this problem with iPad in a text field : I can't insert my cursor or I want it in my word, it always places it at the beginning of the word or at the end. Thanks for your help
-
importFile does not work with app iOS and iPad
Good morning, everyone,for some time now this function: importFile(me, printAndSaveRecord(me, "My Print Layout"), 'N° offre' + ".pdf") no longer works with the iPhone and iPad app.…
-
closed a page without using the cross
Good morning, everyone, Is there a way for a user to not use the cross to close a page? Or can an alert be created before the page closes. Thank you for your help
-
automatic order
Hello, I have a table with a to-do list that has an order: 1,2,3,4... I'd like when I finish on the 3rd, position 4 becomes position 3 and so on. Is there a formula for doing this?…
-
Changing views on iPhone does not work
Hello,Why when I use this code: openTable("Clients", "A") on the Mac App it work but not with iPhone App, the view doesn't change, do I do something wrong?
-
alphabetical index
Hello,I have a table with all my clients, I would like to group them by the first letter in order to have an alphabetical index, someone would have an idea of the formula to use thank you in advance…
-
Copy subtable with button
Good morning, everyone, I have a subtable called "Addition of products to workshop BL work" which is composed of 2 fields: "product description" and "quantity".…
-
Dialog function when creating a new record
Good morning, everyone, How to integrate this function when creating a new record: let result := dialog("Alerte avant céation ORT", "Offre déjà existante?", ["Oui", "Non"]);…