cancel
Showing results for 
Search instead for 
Did you mean: 

GetFirst() and IsInitial()

former_member189296
Active Participant
0 Kudos

Hi Friends,

Can anyone tell me the meaning of GetFirst() in  var common=this.common.GetFirst() and

  IsInitial() in common.Name.IsInitial() where Name is an element of custom BO.

Thanks!

Saurabh

Accepted Solutions (1)

Accepted Solutions (1)

chandansb
Active Contributor
0 Kudos

Hello Saurabh,

IsInitial() is used to check whether the variable or element is Initial (have no data in it). You can add custom scripting depending on whether it is Initial or not. However GetFirst() is used to get the First record from the resultset of some Query Search.

Regards,

Chandan

former_member189296
Active Participant
0 Kudos

Thanks a lot Chandan

Regards,

Saurabh

Answers (0)