carlstarus Posted June 17, 2008 Posted June 17, 2008 (edited) I am creating a CRM DBase, I have 2 Tables (Cases) and (User InterfaceTable). I need to create a relashiopship that shows all Open cases for each User when they log in. I have a gUser field and a gCasestatus field in the User_Table, both are globals. And I have the same fields in the Cases table, both with "normal" data. When I try to view the open case in a portal, nothing gets displayed even though both gUser and gCaseStatus fileds have the correct value.( "Admin" and "Open" are the 2 values.) I have created a new user, ( User1 ) and for this user Open Cases DO get displayed. Can anyone help please :) CRM_Database_Copy.zip Edited June 17, 2008 by Guest
bcooney Posted June 17, 2008 Posted June 17, 2008 I would have a layout based on my User table that has a portal to "open" cases. My open script would go to this layout, enter Find Mode, and set the field in Users, AccountName, to Get (AccountName) and Perform Find. Now I'm on their user record. How do you close a case? Seems like you have a radio button "Open" or "Closed". Yes? Why not put gFilter above the portal and give it a value list of "Open" and "Closed". Then, the relationship from User to Cases would be by UserID and gFilter. Then, the user can select to see either Open or Closed cases. You can set gFilter to "Open" in your startup script. hth, Barbara
carlstarus Posted June 18, 2008 Author Posted June 18, 2008 Thank you very much for the tip. I will try it that way. ( gFilter ) Carl
Recommended Posts
This topic is 6096 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 accountSign in
Already have an account? Sign in here.
Sign In Now