Jan-WillemSpeck
8 years agoQrew Assistant Captain
Auto create n records in a table
Hi,
I'm considering to build a database around DDI management (Telephone numbers).
We manage real large ranges of blocks of 10's, 100's, 1000's even 10000's
I like to keep track on stuff like:
For example we open a new location with main number 01-22-3000 and with a block of 1000.
In other words I'm looking for a simple and user friendly way to auto create 1000 records in a table starting at 01-22-3000 upto 01-22-3999.
So I'm thinking to create a table that holds all main numbers (start numbers) and block sizes. When an new entry is created in this table it would trigger a technique to auto create 1000 new DDI-records in another table where the relevant details can be managed by the users.
My intiuition tells me to look for a sollution in QB actions and or Webhooks but I don't really know where to start and what the best technique would be.
Any suggestions and in particular links to examples are welcome
I'm considering to build a database around DDI management (Telephone numbers).
We manage real large ranges of blocks of 10's, 100's, 1000's even 10000's
I like to keep track on stuff like:
- What location is the number used?
- What is the full number?
- Who is the user related
- What forward is set on the number if any?
- What other settings?
- on what type equipment is the DDI terminated?
- etc etc.
For example we open a new location with main number 01-22-3000 and with a block of 1000.
In other words I'm looking for a simple and user friendly way to auto create 1000 records in a table starting at 01-22-3000 upto 01-22-3999.
So I'm thinking to create a table that holds all main numbers (start numbers) and block sizes. When an new entry is created in this table it would trigger a technique to auto create 1000 new DDI-records in another table where the relevant details can be managed by the users.
My intiuition tells me to look for a sollution in QB actions and or Webhooks but I don't really know where to start and what the best technique would be.
Any suggestions and in particular links to examples are welcome