Lee J Posted August 8, 2001 Posted August 8, 2001 I have a list of projects which are displayed via a portal. The portal displays only the entries speficied by a Global field which contains the project managers name. Once a project is completed I require to hide the entry from the portal. Otherwise my users have to go through an ever growing list. I have setup a script which changes the field "assignedto" which is the user name to become "Completed" thus making it disappear from the protal. However when I script this step It seems as if the script will only work if the record I wish to change is the top most record in the portal. Assitance requried please.
Kurt Knippel Posted August 9, 2001 Posted August 9, 2001 You are going about this in a difficult and confusing manner. Leave the PM's name as is and include a field which indicates the status as "Completed". Then define a calc field = if ( status = "completed", "", PMName) and use this as the related field in your relationship which displays in the portal. This way the PMName will only display if the project is not completed, and still preserve all of your data.
Lee J Posted August 9, 2001 Author Posted August 9, 2001 To make sure I understand... Create a Calc field which Puts either the "PM" name in or "Completed" based on Status.(i have several stages) Use this field as the Relation to the Portal, if Status becomes "Completed" the Calc field will remove the PM name and auto enter Completed. correct?
Kurt Knippel Posted August 9, 2001 Posted August 9, 2001 Ya, that works. Base your relationship on the PMName=cPMorCompleted and the project will show up until they are marked as completed.
Lee J Posted August 10, 2001 Author Posted August 10, 2001 Works a treat, thanks for your assistance.
Recommended Posts
This topic is 8508 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