Question:
Hi,
I have cost center field one of the object
cost center maintaied by like this *jkl,
costcenter *HIJ, IU*
but now my issue is i am acess all the cost centers
irrespective of my restiction
thanks all
Answer:
if you put a * at the start of the string it will give you access to everything
if you put a * at the end of the string you will be limited by the characters at the start
example:
*HIJ will give everything
IU* will give everything starting with IU