Hi,
variable should be used like this:
'select e.CustomerName from MyFirstModule.EntityApiLoadNotice e
where e.CustomerName='+$CustomerName
Hi,
I think there ‘as’ is missing
try to use this
‘select e.CustomerName from MyFirstModule.EntityApiLoadNotice as e
where e.CustomerName=$CustomerName’