Question:
What is the purpose of using Custom Types Object?
Using an AppObject I can build out the object exactly the same as custom types object but I have the additional ability to reference the second AppObject and add it directly to initial AppObject Table.
Within the AppObject there is no way to reference the Custom Type Object that has been created like reference another AppObject. I know I can use the Custom type Object and send data acquired with the Custom Type Object variable in a JSON as a text.
Is the sole purpose of the Custom Type Object is to build it as a variable only rather than have empty AppObjects which have the similar variable structure?