Procedure to Create a New Entity Element?
Hi folks,
I'm working on an expense tracking application and I would like create a button where users click to create a new expense submission entity element. There are relationships from this new element that are all defaulted, so there is no need for any popups. Is there a way to create a procedure to create a new entity element, without having ATO enabled, or seeing the ATO new item popup?
Thanks for your help,
0
Answers
-
Hi,
yes, there a different ways possible for this.
You can for example write the new Element to a Text Cube (maybe Rolap) and then do an Export/Import or SQL DataReader to create the new member. If you do this you also can create a own Code
Hope the very short description is clear. If not, please let me know
Regards
Björn
2