TOC : Script API > JavaScript > JavaScript Events > Notes on Script Execution Order & Event >

 

Restrictions of DataSet Related Functions

<< Click to Display Table of Contents >>

Navigation:  »No topics above this level«

TOC : Script API > JavaScript > JavaScript Events > Notes on Script Execution Order & Event >

 

Restrictions of DataSet Related Functions

 

 

Restrictions of the GetDataSetValue function

The GetDataSetValue function is available in all the events. However, the following restrictions apply:

 

Data Field :

OnStartBind, OnBind, GetFieldData : Runs correctly

Other events : Occurs a script error

ODI Parameter Field :

OnStartUp, OnInitialize : Returns an incorrect value

Other events : Runs correctly

Form Parameter Field, Resource Field :

All events : Runs correctly

System Field to get the date or time :

All events : Runs correctly

System Field to get the page number :

OnStartUp, OnBind, OnAddToPage, OnEndBind : Runs correctly

Other events : Returns an incorrect value

System Field to get the total page :

OnEndBind : Runs correctly

Other events : Returns an incorrect value

 

 

Restrictions of the IsDataSetValueNull function

The IsDataSetValueNull function is available in all the events. However, the following restrictions apply:

 

Data Field :

OnStartBind, OnBind, GetFieldData : Runs correctly

Other events : Occurs a script error

ODI Parameter Field :

OnStartUp, OnInitialize : Occurs a script error

Other events : Runs correctly

Form Parameter Field, Resource Field :

All events : Runs correctly

System Field :

All events : Runs correctly