
ImIronMan asked a question.
Hello,
Is there any short cut or automated way to import a list of subnets and assign to a beacon. We have 3000+ subnets which are not appearing in "unassigned subnets" page but need to create all of them and assign to a beacon
Regards
Rajesh Ponnala
Hi,
You'll need to stage your data to a DB, e.g. by using a business import. Then you can transform it using SQL and store it to a temp table. From there you can use existing stored procedures to consume the data. Stored procedures would be:
Please refer to each procedures source code to see the data and format required.
Best regards,
Markward