Jump to content

List of records depending one dropdown global var


koki142

This topic is 8185 days old. Please don't post here. Open a new topic instead.

Recommended Posts

  • Newbies

Hello,

I have one layout with list view, and all the records shown depends on one dropdown list (Go to related record). The var from dropdown list is one global field, and I created one relationship between this global field and other field in the same file.

The dropdown appears at the top of the list, and it is in Header part because if not, I don't know how to classify the list depending on this dropdown.

The problem is that I can't select any var if it is in Header part, so I made one script which changes from one layout to another one, and the dropdown is on Body part, then select the dropdown value and go back to the list view.... this makes the selection of the dropdown list slow, and the screen flickers a lot....

Example:

Fields: Name, Address, Phone, User Type. User Type Chooser (Global)

Relationship: User Types (User Type Chooser - User Type)

User Type Chooser (var global, dropdown)

---------------------------------------------------------------

Header Part----

Name Address Phone

Body Part------

Clicking on the User Type Chooser will go to another Layout but with this structure:

Header Part----

User Type Chooser (var global, dropdown)

---------------------------------------------------------------

Body Part------

And once the User Type Chooser is selected, then the user must click on one button to show the list again in the previous layout (Go to related records, using the relationship between user type chooser and user type).

Slow procedure for simply changing one var, screen flickering because of the change of layouts, too much clicks for only one simply change...

Any idea?

Thank you very much for read this big big big question

Oskar

Link to comment
Share on other sites

This topic is 8185 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.