function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
PrakkiPrakki 

How to sort record values in ascending order with a trigger ..??

Hi All,

 

I am having a custom child object called vehical image, which can accept vehical images in a standard url form, we can upload multiple images for a single vehicle. 

 

My question  is can i list or dispaly those images in a ascending order or not..??

 

 Like:

 

1.http://s7dx.scene7.com/is/image/30226-1.

2.http://s7dx.scene7.com/is/image/30226-2

3.http://s7dx.scene7.com/is/image/30226-3

4.http://s7dx.scene7.com/is/image/30226-4

 

 

If yes how to do it..??

 

It's bit urgent.

 

Thanks in advance.

 

Prakki

Hi All,

 

I am having a custom child object called vehical image, which can accept vehical images in a standard url form, we can upload multiple images for a single vehicle. 

 

My question  is can i list or dispaly those images in a ascending order or not..??

 

 Like:

 

1.http://s7dx.scene7.com/is/image/30226-1.

2.http://s7dx.scene7.com/is/image/30226-2

3.http://s7dx.scene7.com/is/image/30226-3

4.http://s7dx.scene7.com/is/image/30226-4

 

 

If yes how to do it..??

 

It's bit urgent.

 

Thanks in advance.

 

Prakki

Rehan DawtRehan Dawt

Hi Prakki,

 

Can you please share the vehical image custom object all fields with its data type present in org here. So that I provide solution.