• Anonymous
  • Login
  • Register
OpenNTF Mail Template - Feature Request: Use PickListStrings in Create QuickForward Folder agent


I have modified the code in the Create QuickForward Folder agent from what you guys had to this:

picklist = workspace.PickListStrings( PICKLIST_NAMES )

Forall plist In picklist
newAddr = newAddr & plist
Set nam = session.CreateName(newAddr)
newAddr = nam.Abbreviated
End Forall

If newAddr <> "" Then GenerateQFFolder newAddr

What this accomplishes is that I can choose the name for the Quick Forward folder from my server's address book instead of letting a user type it in and posible causing problems with the code if they enter a name that is not unique. i noticed when I did that that the ambiguous name dialog would not open, so that is why I modified it.

Sound ok to you guys?



Taken Actions by Owners



Documents
In this field you can enter the actual request.

You can use the rich text editor for rich text formating. You can also enter HTML to embed objects, e.g. to embed a YouTube video or a screenshot of the project. In this case use '[' and ']' to mark the passthrough HTML as such.

Please note that the first time you use the new UI your description is converted from rich text to MIME. You might want to copy and paste the raw plain text from the old UI in the new UI so that you don't loose information.
In this field owners can describe what they have done or want to do.

You can use the rich text editor for rich text formating. You can also enter HTML to embed objects, e.g. to embed a YouTube video or a screenshot of the project. In this case use '[' and ']' to mark the passthrough HTML as such.

Please note that the first time you use the new UI your description is converted from rich text to MIME. You might want to copy and paste the raw plain text from the old UI in the new UI so that you don't loose information.