-
Check if 7 fields have been filled
Hi! In a table there are 7 fields to fill and 1 button. The button serves to create a record in a linked table, on this I have no problems. I would like the button script first to verify that all 7…
- Answered
-
How do I set a link after update?
Each Quote is associated with a Company which has Branches which have Contacts. On the Quote form, I have a field where the user picks the company, then the Branch within that Company (validated to…
-
For loop for accessing different fields
Hi there. I'm developing a solution that has, in some tables, multiple options for same kind of data. For example: 'option 1', 'option 2', 'option 3' ...…
-
Line feed/Carriage return in an Alert
Is this possible? Rather than The quick brown fox jumped ove the lazy dog One could format as The quick brown fox jumped over the Lazy dog TIA
-
In Out Button
Ш need to create a table where the in/Out of goods will be marked. Access to the table will be closed and the record can be done through the button. There will be two In and Out formula for In button:…
-
How to merge columns together while merging unique cells & offsetting same cells
Hello Ninox community, I'm new to Ninox, a crm that I honestly never heard of before until half a month ago. I've primarily worked on salesforceDC and homebrew crms, so any help is appreciated.…
-
copy and paste table between databases
copy and paste table between databases
-
Trigger when a new record is created
Hi! In a table I inserted this trigger on new data set (trigger on creation): alert("NEW RECORD alert") but it doesn’t work. I also inserted a trigger on editing a record:…
-
Timer for delete record
there is a table where a lot of records are collected during the day. After 10 days, they are no longer relevant, and i need to delete them if there is no comment and claim from the buyer.…
- Answered
-
Share information between two tables
Hello I have a formula that copies information from another table when the table name is same let t := this; first((select AllTables)['Table Name' = t.'Table Name'].…
- Answered