Paul Kidd (thunderfix.co.uk)
-
Creating a Database for a client? New Team or Referral Account or Partner Account?
Hi There, I am looking at creating a ninox database for a client, I currently have my own database for my business, but I'm wondering which is the best way to go about it?…
-
Can I write of annotate or write comments in my functions?
Does anyone know how I can write comments or annotations within a function to describe what is going onsuch as: /*This is an adding function*/ total := 10+5
-
A plugin for Gatsbyjs the react based blazing fast static site generator
A plugin for Gatsbyjs the react based blazing fast static site generator https://www.gatsbyjs.org, then ninox could also be used easily as a headless cms and take on companies like https://www.…
-
Ability to export a file to a dropbox location
Would be useful to have the ability to export a csv file to a dropbox location as one of the options to overwrite a file of on the shareable view the option for the public view to have .…
-
Connector for Microsoft Flow/Power Automate/Logica Apps
It would be great to see a connevctor for Microsoft Flow or Power Automate as it is now known or logic apps which is the same thing nut on azure. The one for integromat works really well,…
-
Is is possible to get the actual day from a date?
I would like to be able to get the actual day from a date such as Monday , Tuesday. The only thing info i could find was day(date) but this returns a number. Is this possible?
-
Ability to save import settings for a csv file
Say for instance I have an inventory file that I wish to import every day it would be useful to be able to load an existing import configuration that you could save the first time you set it up.…
-
http request body json syntax qyestion
I need to send the following json body request in a http call {"variant": {"id": 7702027632705,"price": "2.70"}} I keep getting the following error the ninox code i have written is {variant: [{id:…
-
Re: How would I check to see if my SKU text field is unique and that no other values SKU of that value is in the table?
I have used the following code in both trigger on create and update but no warning is displayed, is there something i am doing wrong? let d := SKU;let countSKU := cnt((select Product where SKU = d).… -
Re: In an invoice solution I want to create a new record with many list values, from related table, already added, is this possible?
I would reccomend people take a look at integromat it is far more flexible than zapier in a lot of ways and it is very good at connecting directly to api's such as ninox and then pushing data out to… -
How would I check to see if my SKU text field is unique and that no other values SKU of that value is in the table?
Hi there, I have a table called Product with a Text Field called SKU how would i check that the value of the new or updated SKU is unique and does not already exist within the table?…
-
How would I Filter 'Modified On' (Timestamp) Field to show only records modified today
How would I Filter 'Modified on' (Timestamp) Field to show only records modified today. Iknow this probalbly involves having another field to show true or false but does anyone know the correct…
-
Postman Api Call not getting a response, what am i doing wrong?
Below is my postman code however i'm not getting a response, what am i doing wrong? I'm on a trial version if that makes any difference. GET //api.ninoxdb.de/v1/teams HTTP/1.…