Get values from one library function to another lib function
Content
Hi Gurus,
I have written a BML in a library function(1st Code) which will store around 100 plus values in attributes. In another library function(2nd Code) I will need the values of those attributes to perform certain calculation.
I have not combined both the codes because of the compilation size.
Below are the steps which I have performed to get the values of 1st code in 2nd code.
* I added the 1st code in Main document Auto update after formula and in an action I added the 2nd code -> When I changed few fields value which is checked as trigger auto update and ran the action the 2nd code did not get the values of the first code. The 1st code was not invoked only the second code ran