Create entry in relationship table

26 Mar '18, 11:29 PM
4,592 Views
No Forum Badges

Let's say we want to add a role to a user. they are in seperate table so they are connected with a relation table called "User_Roles" .

My question is how I can add a role to a user using IIFML?

I can't find any example for this situation.

 
x 0
Follow
Answer Answer at this question and get points!
Forum Expert - Level 8

Hi, usually this is managed in a dedicated section of the web application.
You can read this article that explains you how to model it.

https://my.webratio.com/learn/learningobject/how-to-model-user-and-group-management-v-72

   
x 0
No Forum Badges

Thank you for answer,

and do you think is it OK to create a part in IFML model for creating and managing Modules?

 
x 0
Answer at this question and get points!