Calling a Script include in another script include

dhareene
Tera Contributor

Hi,

I need to know how to pass parameters in script include by calling a script include inside another script include?

7 REPLIES 7

@dhareene 

Without specifics, we can't help you.

Your post was about passing parameters...not you're talking about something else.

I've tried to help and give two examples above as well as pointed you to documentation. When you tell us "it's not working"...that doesn't help us at all.

Please provide more information and attempt to resolve yourself given the assistance that has been provided thus far. I'm unsure how we can help further if your question is about "using" a script include from another.

At this point...it's sounding like your script include itself...could have problems...and that is not what you've made this post seem about. We don't know.

Thanks!

Please mark reply as Helpful/Correct, if applicable. Thanks!


Please consider marking my reply as Helpful and/or Accept Solution, if applicable. Thanks!

Vaishnavi Lathk
Mega Sage
Mega Sage
Hello, Try the code Var gd =gs.include('second script include name'); Or you can make objects of that script include. var gd=new Gliderecord('script include name'); Regards, Vaishnavi Please mark as helpful or mark as correct if ans is helpful

Hi,

Thanks for your response.

I am having three script includes and thn how to call function in gs.include?

Please suggest me.