Page 1 of 3 1 2 3 >
Topic Options
Rate This Topic
#133595 - 03/15/06 05:40 AM drop down menu
aakkineni Offline
newbie

Registered: 03/11/04
Posts: 44
how to add a new option in middle of an excisiting drop drop list


UNSUBSCRIBE or access ARSlist Archives at http://www.ARSLIST.org

Top
#133596 - 03/16/06 06:06 AM Re: drop down menu [Re: mdsouza]
anjali Offline
newbie

Registered: 12/24/05
Posts: 10
Go to the option above or below the position where you want to add the
new option. Change the alias and value and click the 'Add After' or 'Add
Before' Button.
Hope this is what you are looking for.

-------- Original Message --------
From: Shaun Pollock
To: arslist@ARSLIST.ORG
Subject: drop down menu
Date: 3/16/2006 11:10 AM
> how to add a new option in middle of an excisiting drop drop list
>
>
> UNSUBSCRIBE or access ARSlist Archives at http://www.ARSLIST.org
>
>


DISCLAIMER:
--------------------------------------------------------------------------------------------------------------

This e-mail contains confidential and/or privileged information. If you are not the intended recipient
(or have received this e-mail in error)please notify the sender immediately and destroy this e-mail.
Any unauthorized copying, disclosure, use or distribution of the material in this e-mail is strictly forbidden.
---------------------------------------------------------------------------------------------------------------


UNSUBSCRIBE or access ARSlist Archives at http://www.ARSLIST.org

Top
#133597 - 03/16/06 06:12 AM Re: drop down menu [Re: mdsouza]
aakkineni Offline
newbie

Registered: 03/11/04
Posts: 44
The method you suggested will change the ID for the options below in the
drop down list. Actually i need to add the option such away that it should
not disturb the other options ID.


UNSUBSCRIBE or access ARSlist Archives at http://www.ARSLIST.org

Top
#133598 - 03/16/06 06:26 AM Re: drop down menu [Re: mdsouza]
anjali Offline
newbie

Registered: 12/24/05
Posts: 10
ID as in Enumerated value ??? Enumerated value will always change if you
are adding an option in the middle/start of dropdown.

-------- Original Message --------
From: Shaun Pollock
To: arslist@ARSLIST.ORG
Subject: Re:drop down menu
Date: 3/16/2006 11:42 AM
> The method you suggested will change the ID for the options below in the
> drop down list. Actually i need to add the option such away that it should
> not disturb the other options ID.
>
>
> UNSUBSCRIBE or access ARSlist Archives at http://www.ARSLIST.org
>
>


DISCLAIMER:
--------------------------------------------------------------------------------------------------------------

This e-mail contains confidential and/or privileged information. If you are not the intended recipient
(or have received this e-mail in error)please notify the sender immediately and destroy this e-mail.
Any unauthorized copying, disclosure, use or distribution of the material in this e-mail is strictly forbidden.
---------------------------------------------------------------------------------------------------------------


UNSUBSCRIBE or access ARSlist Archives at http://www.ARSLIST.org

Top
#133599 - 03/16/06 06:35 AM Re: drop down menu [Re: mdsouza]
aakkineni Offline
newbie

Registered: 03/11/04
Posts: 44
For Example:

Status is a drop down list field
having attributes:

Value Alias Value ID
open open 0
Fixed Fixed 1
Closed Closed 2

i need to add Resolved in between the fixed and closed. As the option
closed has ID 2 after adding this option will move to 3 . this will make
impact for the excisting data. so i need to add the option Resolved must
have ID 3 and should not disturb the ID of the option Closed.

Thanks for the suggestions provided for my previous queries..


UNSUBSCRIBE or access ARSlist Archives at http://www.ARSLIST.org

Top
#133600 - 03/15/06 07:43 PM Re: drop down menu [Re: mdsouza]
anjali Offline
newbie

Registered: 12/24/05
Posts: 10
This ID is generated by Remedy and is based on position of option in the
drop-down list. Since this a system generated value, it cannot be
changed. So adding the option in between will change the ID of 'Closed'
We faced a similar problem once and ended up modifying the workflow.
I would suggest adding the option at the end of the list. If that is not
feasible u might have to modify the workflow.



-------- Original Message --------
From: Shaun Pollock
To: arslist@ARSLIST.ORG
Subject: Re:drop down menu
Date: 3/16/2006 12:05 PM
> For Example:
>
> Status is a drop down list field
> having attributes:
>
> Value Alias Value ID
> open open 0
> Fixed Fixed 1
> Closed Closed 2
>
> i need to add Resolved in between the fixed and closed. As the option
> closed has ID 2 after adding this option will move to 3 . this will make
> impact for the excisting data. so i need to add the option Resolved must
> have ID 3 and should not disturb the ID of the option Closed.
>
> Thanks for the suggestions provided for my previous queries..
>
>
> UNSUBSCRIBE or access ARSlist Archives at http://www.ARSLIST.org
>
>


DISCLAIMER:
--------------------------------------------------------------------------------------------------------------

This e-mail contains confidential and/or privileged information. If you are not the intended recipient
(or have received this e-mail in error)please notify the sender immediately and destroy this e-mail.
Any unauthorized copying, disclosure, use or distribution of the material in this e-mail is strictly forbidden.
---------------------------------------------------------------------------------------------------------------


UNSUBSCRIBE or access ARSlist Archives at http://www.ARSLIST.org

Top
#133601 - 03/15/06 08:34 PM Re: drop down menu [Re: mdsouza]
michiel_beijen663 Offline
journeyman

Registered: 03/09/05
Posts: 147
** One other solution is to hide the status field and create a new charachter field (display only) with a menu attached. You can sort the menu on what ever you like.
On display of the request you set the display only field to the value of the status field and on submit and modify you'll populate the status field with the value of the DO field.

This way you can order the field in the way YOU want without affecting the order in the enum field.

You can also use this method to 'hide' existing enum values without affecting the numbering.

Regards,

Michiel


On 3/16/06, Anjali Gosain wrote:

This ID is generated by Remedy and is based on position of option in the
drop-down list. Since this a system generated value, it cannot be
changed. So adding the option in between will change the ID of 'Closed'
We faced a similar problem once and ended up modifying the workflow.
I would suggest adding the option at the end of the list. If that is not
feasible u might have to modify the workflow.



-------- Original Message --------
From: Shaun Pollock < aakkineni@REDIFFMAIL.COM >
To: arslist@ARSLIST.ORG
Subject: Re:drop down menu
Date: 3/16/2006 12:05 PM
> For Example:
>
> Status is a drop down list field
> having attributes:
>
> Value Alias Value ID
> open open 0
> Fixed Fixed 1
> Closed Closed 2
>
> i need to add Resolved in between the fixed and closed. As the option
> closed has ID 2 after adding this option will move to 3 . this will make
> impact for the excisting data. so i need to add the option Resolved must
> have ID 3 and should not disturb the ID of the option Closed.
>
> Thanks for the suggestions provided for my previous queries..
>
>
> UNSUBSCRIBE or access ARSlist Archives at http://www.ARSLIST.org
>
>


DISCLAIMER:
--------------------------------------------------------------------------------------------------------------

This e-mail contains confidential and/or privileged information. If you are not the intended recipient
(or have received this e-mail in error)please notify the sender immediately and destroy this e-mail.
Any unauthorized copying, disclosure, use or distribution of the material in this e-mail is strictly forbidden.
---------------------------------------------------------------------------------------------------------------


UNSUBSCRIBE or access ARSlist Archives at http://www.ARSLIST.org



20060125This posting was submitted with HTML in it

Top
#133602 - 03/15/06 10:59 PM Re: drop down menu [Re: mdsouza]
bihler_arslist Offline
newbie

Registered: 01/16/06
Posts: 10
Hi,

maybe archgsel.exe is what you are looking for. Check out the download
section of Remedy Supportweb. I don't know whether it still works on 6.x
servers. For me it worked just fine in the 4.5.x and 5.x days.

Regards,
Ablert


UNSUBSCRIBE or access ARSlist Archives at http://www.ARSLIST.org

Top
#133603 - 03/16/06 02:14 AM Re: drop down menu [Re: mdsouza]
sheider162 Offline
enthusiast

Registered: 05/01/05
Posts: 226
**
Shaun,

Something to keep in mind and also check throughout workflow is, some qualifications use < or >. For example, 'Status' > "Fixed", which would include "Closed". If you added another option to the end of the list then 'Status' > "Fixed" would also include "Resolved".

Since in this example, "Resolved" is normally less than "Closed" you may need to update the SQL tables/views directly after inserting "Resolved" before "Closed"... replacing values of 2 (Closed) to 3 (the new value of Closed).


Stephen



From: Action Request System discussion list(ARSList) [mailto:arslist@ARSLIST.ORG] On Behalf Of Michiel Beijen
Sent: Thursday, March 16, 2006 3:35 AM
To: arslist@ARSLIST.ORG
Subject: Re: drop down menu


** One other solution is to hide the status field and create a new charachter field (display only) with a menu attached. You can sort the menu on what ever you like.
On display of the request you set the display only field to the value of the status field and on submit and modify you'll populate the status field with the value of the DO field.

This way you can order the field in the way YOU want without affecting the order in the enum field.

You can also use this method to 'hide' existing enum values without affecting the numbering.

Regards,

Michiel


On 3/16/06, Anjali Gosain wrote:

This ID is generated by Remedy and is based on position of option in the
drop-down list. Since this a system generated value, it cannot be
changed. So adding the option in between will change the ID of 'Closed'
We faced a similar problem once and ended up modifying the workflow.
I would suggest adding the option at the end of the list. If that is not
feasible u might have to modify the workflow.



-------- Original Message --------
From: Shaun Pollock < aakkineni@REDIFFMAIL.COM >
To: arslist@ARSLIST.ORG
Subject: Re:drop down menu
Date: 3/16/2006 12:05 PM
> For Example:
>
> Status is a drop down list field
> having attributes:
>
> Value Alias Value ID
> open open 0
> Fixed Fixed 1
> Closed Closed 2
>
> i need to add Resolved in between the fixed and closed. As the option
> closed has ID 2 after adding this option will move to 3 . this will make
> impact for the excisting data. so i need to add the option Resolved must
> have ID 3 and should not disturb the ID of the option Closed.
>
> Thanks for the suggestions provided for my previous queries..
>
>
> UNSUBSCRIBE or access ARSlist Archives at http://www.ARSLIST.org
>
>


DISCLAIMER:
--------------------------------------------------------------------------------------------------------------

This e-mail contains confidential and/or privileged information. If you are not the intended recipient
(or have received this e-mail in error)please notify the sender immediately and destroy this e-mail.
Any unauthorized copying, disclosure, use or distribution of the material in this e-mail is strictly forbidden.
---------------------------------------------------------------------------------------------------------------


UNSUBSCRIBE or access ARSlist Archives at http://www.ARSLIST.org



20060125This posting was submitted with HTML in it
20060125This posting was submitted with HTML in it

Top
#133604 - 03/16/06 02:31 AM Re: drop down menu [Re: mdsouza]
rick cook Offline
Old Hand
*****

Registered: 07/03/01
Posts: 2984
**
One of the v7.0 enhancements is that we will be able to give enum fields non-consecutive numbers, so that we can insert values later.

Rick



From: Action Request System discussion list(ARSList) [mailto:arslist@ARSLIST.ORG] On Behalf Of Heider, Stephen
Sent: Thursday, March 16, 2006 6:14 AM
To: arslist@ARSLIST.ORG
Subject: Re: drop down menu


**
Shaun,

Something to keep in mind and also check throughout workflow is, some qualifications use < or >. For example, 'Status' > "Fixed", which would include "Closed". If you added another option to the end of the list then 'Status' > "Fixed" would also include "Resolved".

Since in this example, "Resolved" is normally less than "Closed" you may need to update the SQL tables/views directly after inserting "Resolved" before "Closed"... replacing values of 2 (Closed) to 3 (the new value of Closed).


Stephen



From: Action Request System discussion list(ARSList) [mailto:arslist@ARSLIST.ORG] On Behalf Of Michiel Beijen
Sent: Thursday, March 16, 2006 3:35 AM
To: arslist@ARSLIST.ORG
Subject: Re: drop down menu


** One other solution is to hide the status field and create a new charachter field (display only) with a menu attached. You can sort the menu on what ever you like.
On display of the request you set the display only field to the value of the status field and on submit and modify you'll populate the status field with the value of the DO field.

This way you can order the field in the way YOU want without affecting the order in the enum field.

You can also use this method to 'hide' existing enum values without affecting the numbering.

Regards,

Michiel


On 3/16/06, Anjali Gosain wrote:

This ID is generated by Remedy and is based on position of option in the
drop-down list. Since this a system generated value, it cannot be
changed. So adding the option in between will change the ID of 'Closed'
We faced a similar problem once and ended up modifying the workflow.
I would suggest adding the option at the end of the list. If that is not
feasible u might have to modify the workflow.



-------- Original Message --------
From: Shaun Pollock < aakkineni@REDIFFMAIL.COM >
To: arslist@ARSLIST.ORG
Subject: Re:drop down menu
Date: 3/16/2006 12:05 PM
> For Example:
>
> Status is a drop down list field
> having attributes:
>
> Value Alias Value ID
> open open 0
> Fixed Fixed 1
> Closed Closed 2
>
> i need to add Resolved in between the fixed and closed. As the option
> closed has ID 2 after adding this option will move to 3 . this will make
> impact for the excisting data. so i need to add the option Resolved must
> have ID 3 and should not disturb the ID of the option Closed.
>
> Thanks for the suggestions provided for my previous queries..
>
>
> UNSUBSCRIBE or access ARSlist Archives at http://www.ARSLIST.org
>
>


DISCLAIMER:
--------------------------------------------------------------------------------------------------------------

This e-mail contains confidential and/or privileged information. If you are not the intended recipient
(or have received this e-mail in error)please notify the sender immediately and destroy this e-mail.
Any unauthorized copying, disclosure, use or distribution of the material in this e-mail is strictly forbidden.
---------------------------------------------------------------------------------------------------------------


UNSUBSCRIBE or access ARSlist Archives at http://www.ARSLIST.org



20060125This posting was submitted with HTML in it 20060125This posting was submitted with HTML in it
20060125This posting was submitted with HTML in it

Top
Page 1 of 3 1 2 3 >