Skip to main content
June 24, 2022
Question

UserInterface

  • June 24, 2022
  • 2 replies
  • 0 views

Hi,

We have an interface where against each employee we have to store multiple languages.

can someone suggest whether I can save the data using a single rule input or do I need to take multiple rule inputs?

    2 replies

    stefanhelzle0001
    Brainy
    June 24, 2022

    I do not know about your underlying data structures. But for the sake of answering your question, the cleanest approach would be to create a simple CDT with a field for the employee and another field for languages which is a multiple text or another nested multiple CDT.

    harshitb6843
    June 24, 2022

    You can create 2 tables. One for employees. Another one for languages. And then use the employeeId in the language table. 
    So you'll need two different rule inputs.