Jump to content
Server Maintenance This Week. ×

Display Open Cases in Portal


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

Recommended Posts

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 by Guest
Link to comment
Share on other sites

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

Link to comment
Share on other sites

This topic is 5791 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.