-
Html email template
I ninox mac app i have the ability to send some text with client name etc. but can i also apply an html template to this email to avoide sending boring text email. if yes how? thanks
-
Sending email from other than userEmail()
I use my self developed, self owned, application under my personal email for work. When sending emails it uses my personal email which is understood. Is there anyway to have the email sent using my…
-
do as server vs. local - missing data?
I've got a script on a tab that I run with "do as server". When I do, it always seems to miss manipulating some data--but not all. It does run fast, though.…
-
Formatting an email
This is the relevant portion of the email code I am trying to fix. Issue is where the Bod of the email is placed. I simply cannot figure out how to get it 2 lines up from the Please refer to attached.…
-
Copy and open new record
for duplicate last record im us formula let x := dialog("NEW DAY TEMPLATE", "Do you want create template for a next day?", ["No", "Yes"]); if x = "Yes" then let c := duplicate(this); let t := this; c.…
- Answered
-
Database locked up?
I've sent a ticket request in to Ninox but in the meantime I thought I would see if anyone has any suggestions... I made a change to some code in my database and when I hit Save on the Fields…
-
Button that fills a table
Hi! I have a blank T table with the following fields: First. Text field Second. Numeric field I want to create a button (within the same table) that will create 10 records in table T by filling them…
- Answered
-
Auto-populate field in child table with data from parent table
Hello, I'm trying to figure out how to carry over an ID field from one table to a related table - - for example, from within my Clients table I want to create a record in a linked Projects table and…
-
Filter "OR"
I have a table with a list of contacts who are assigned to the appropriate types, e.g. "supplier", "customer", "partner", etc. How can I create a filter so that the table only shows "supplier" and…
-
How to create records automatically
Hi! I’m creating a new App calendar deadlines. I have the following tables: 1. Customers a. Name b. Typology c. Accounting Customers are divided into 10 different types and can have 2 different types…
- Answered