Reply To: vLookup Refresh New

Forums vLooup for SharePoint vLookup Refresh New Reply To: vLookup Refresh New

#31516
Tricia S.
Participant

Hi Alexander,

I looked into the vLookupIsLoadedCallback and It seems that it works fine unti spjs.dffs.data.thisItemID

Any ideas why this would return as an empty string in the new form?

I was using the functions from a previous post to Total and set a field.


function vLookupIsLoadedCallback(fin){ 
 if(fin === "vLookupItems"){
 	//Get Total from vLookup ceiling, if not active dont run at all
 	   var vLookupTotal1 = spjs.vLookup.dataObj["vLookupItems"][spjs.dffs.data.thisItemID].tot["Cost"];
 	    setFieldValue('TotalCost',translateNumberToCurrency(vLookupTotal1));

 }}