Jump to content

Firefox FF UDF and settin an element to Multiple Values


Recommended Posts

Hello all,

Im using the FF UDF.

Im trying to use _ffsetvalue to select mutlipe items that are available in the list

When I use

_ffsetvalue("physicaldeliveryofficename","ATTRIBUTES" ,"name")

That will select one item from the lsit

How do you select more than one item from the list

 

Ive tried variations  of the below but am not having any success

_ffsetvalue("physicaldeliveryofficename/mail","ATTRIBUTES" ,"name")

Below is the HTML of the element

 

 

   <select id="select" name="ATTRIBUTES" multiple="" size="10">
<option value="physicaldeliveryofficename">Building
</option><option value="bofacai">CAI
</option><option value="l">City
</option><option value="bofacompanynumber">Company No.
</option><option value="bofacostcentergroupname">Cost Center Group Name
</option><option value="bofacostcenternumber">Cost Center No.
</option><option value="c">Country
</option><option value="mail">Email Address
</option><option value="bofaemployeestatus">Employee Status
</option><option value="bofahierarchycode">Financial Hierarchy
</option><option value="givenname">Firstname
</option><option value="cn">Fullname
</option><option value="bofajobcode">Job Code
</option><option value="ou">LOB Name
</option><option value="sn">Lastname
</option><option value="bofamailunit">Mail Code
</option><option value="initials">Middle Initials
</option><option value="modifytimestamp">Modify Timestamp
</option><option value="bofaorganizationalhierarchyid">Organization Hierarchy ID
</option><option value="employeenumber">Personnumber/Employee No.
</option><option value="telephonenumber">Phone No.
</option><option value="postalcode">Postal Code
</option><option value="uid">Standard/User ID
</option><option value="st">State
</option><option value="street">Street Address
</option><option value="title">Title
</option><option value="mgrcai">Manager's CAI
</option><option value="mgrco">Manager's Company No.
</option><option value="mgrcst">Manager's Cost Center No.
</option><option value="mgrmail">Manager's Email Address
</option><option value="mgrhc">Manager's Financial Hierarchy
</option><option value="mgrgn">Manager's Firstname
</option><option value="mgrcn">Manager's Fullname
</option><option value="mgrsn">Manager's Lastname
</option><option value="mgrpn">Manager's Personnumber/Employee No.
</option><option value="mgrphone">Manager's Phone No.
</option><option value="mgruid">Manager's Standard/User ID
</option><option value="grptype">Group Type
</option><option value="grpait">Group/Role AIT
</option><option value="grproledn">Group/Role DN
</option><option value="grpdesc">Group/Role Description
</option><option value="grprolememdn">Group/Role Member DN
</option><option value="grpname">Group/Role Name
     </option></select></td>
</tr>
<tr>

 

Link to comment
Share on other sites

Yes, I have tried that as well and have had no luck their either ?

When I try that I cant even get one value to work

Below is line for trying _FFFormOptionSelect

_FFFormOptionSelect("physicaldeliveryofficename","ATTRIBUTES" ,"name")

Do you see something Im doing wrong ? How would you select multiple values ?

Link to comment
Share on other sites

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
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...