Hi guys,
I need to create new records inside the EcomNumbers table.
I would like to create them when/after installing an App. How can I do it properly? I see that I can create a New Number, but I have some issues getting the proper NumberId set.
I see that the ID property is a string, while the table properties say it's an int set as identity with seed.
What is the correct way?
Thank you,
Adrian