Inheritance and an object class system

I am currently working with two equivalent objects that contain the same properties. The reason they are separate despite being the same is because one object is supposed to be limited in terms of access to CRUD rights. I also find myself wanting to use the same actions and UI components on both objects. However, since they are not the same object type, and since there exists no inheritance class system (that I know?) in appfarm making a common ancestor object for the two possible to use, I have to duplicate everything. Is a class system in the plans of appfarm to make, or is there perhaps another option to this issue I am not seeing?

Alexander

Hi,

Without knowing to much about your app, could Conditional Permissions be useful for you?

You can read more about it here:

// Erik

Very nice! This is very helpful, thank you.