LOCNAME not being retrieved
Bit of a weird problem.... LOCNAME is not retrieved. I always receive NONE. Key works, but not name
This is in Custom Scripts
fdmAPI.logDebug("Location is:"+str(fdmContext["LOCKEY"])) ............WORKING (Shows Number/Key of Location)
fdmAPI.logDebug("Location is:"+str(fdmContext["LOCNAME"])) ............Not working (shows NONE)