Implementing Lookups in VBCS
Summary
Implementing Lookups in VBCSContent
Hi All,
I have a VBCS application wherein I am fetching data from multiple REST endpoints using custom javascript code. Since these are all these invocations are secured by username/password currently I am hardcoding them in the javascript function which is not the correct way to do.
Request you to please share your inputs as to how can I have a lookup in VBCS which can be used to store the endpoints/credentials which I can refer into my javascript code.
Thanks,
Rajat.
0