Looking to filter a list of values based on a CE username. (ie. external users only see their own company in a pick-list, internal users see all customers) Figuring if I could pass the CurrentCEUserName value in a SQL Command then I can use it in a storedproc that would limit the values. Hoping I just haven't figured out the correct syntax to pass in a basic reference like CurrentCEUserName.
I'm needing to do this for security and privacy purposes up front and record filters using CurrentCEUserName after the fact are not a viable alternative.
I'm needing to do this for security and privacy purposes up front and record filters using CurrentCEUserName after the fact are not a viable alternative.