• Pok Lau
  • NEWBIE
  • 0 Points
  • Member since 2015

  • Chatter
    Feed
  • 0
    Best Answers
  • 1
    Likes Received
  • 0
    Likes Given
  • 3
    Questions
  • 0
    Replies
These are the fields on my custom object
AUTO_ID(auto number) | version (text)
           1                           8.3.1
           2                           8.3.2
           3                           8.3.3
           4                           8.4.1

How can I display all the versions between 8.3.1 to 8.4.1.

As both the AUTO_ID and versions are of type string. Please help or suggest a best way to solve this problem.

 
  • September 24, 2015
  • Like
  • 0
This is my table Demo : these are my  fields
auto _Id (Auto number and unique ) 
Version : string (ex 8.3.1, 8.3.3)

 The user selects a version from the drpdown say 8.3.1. Now I want to retrieve the corresponding auto_id in the controller, which is not a list but just a number. How can I query this?

Please Help..
  • September 17, 2015
  • Like
  • 1
Hi , Can anyone help me out with  populateing a  second dropdown based on selection of first dropdown using jQuery/AJAX . The first drop down is also dynamic.

Appreciatre all tyhe help.
  • September 17, 2015
  • Like
  • 0
This is my table Demo : these are my  fields
auto _Id (Auto number and unique ) 
Version : string (ex 8.3.1, 8.3.3)

 The user selects a version from the drpdown say 8.3.1. Now I want to retrieve the corresponding auto_id in the controller, which is not a list but just a number. How can I query this?

Please Help..
  • September 17, 2015
  • Like
  • 1