I’m trying to build an editable grid that will allow a user to create a team fro

Certified Senior Developer
I’m trying to build an editable grid that will allow a user to create a team from a list of employees.
The Main screen has read only data at the top and my intent is to have an editable grid below this data that basically consists of 3 dropdown fields.
• 1st dropdown would be a list of available employees (I’m using a query rule to get all active users from a view and used an expression rule to format the data that displays in the dropdown [i.e., lastname, firstname, # teams (they already are a member of)])
• 2nd dropdown is a list of all roles associated with the team. The user would select one of these.
• 3rd dropdown will be a list of assignments. This should be a multiple select dropdown based on the areas of expertise associated with the selected user. In other words. If ‘Smith, Mary’ was selected for the role of ‘Project Lead’, she could be assigned to multiple tasks based on what her user record indicates are her areas of exp...

ips_assignUserRolesMain.txt

OriginalPostID-170338

OriginalPostID-170338

  Discussion posts and replies are publicly visible

Parents
  • 0
    Certified Senior Developer
    @sikhivahans, Thank you for your suggestion. I think one of my rules is correct now (ips_assignUserRolesGrid) but I'm getting a different error related to the a!applyComponents line of the other rule. (Expression evaluation error in rule 'ips_assignuserrolesgrid' (called by rule ips_assignuserrolesmain') at function a!applyComponents [line 88]; Invalid number of parameters, function 'if' a minimum of 3 parameters (condition, true, false), passed 1. I think it might have something to do with the fact that there's no 'blank' line to start with.
Reply
  • 0
    Certified Senior Developer
    @sikhivahans, Thank you for your suggestion. I think one of my rules is correct now (ips_assignUserRolesGrid) but I'm getting a different error related to the a!applyComponents line of the other rule. (Expression evaluation error in rule 'ips_assignuserrolesgrid' (called by rule ips_assignuserrolesmain') at function a!applyComponents [line 88]; Invalid number of parameters, function 'if' a minimum of 3 parameters (condition, true, false), passed 1. I think it might have something to do with the fact that there's no 'blank' line to start with.
Children
No Data