Reference qualifier: requested For

Ahsan Zafar
Tera Contributor

Hello, I'm working on an advanced reference qualifier for which script include was required and I'm done with it.

I need to ask that what's the correct syntax to call this script include in our advanced reference qualifier.

Script Include Name: CheckUserDomain
API Name: x_mobit_flex_sc.CheckUserDomain

var CheckUserDomain = Class.create();
CheckUserDomain.prototype = Object.extendsObject(global.AbstractAjaxProcessor, {

    process: function() {
       .
       .
       .
  },

    type: 'CheckUserDomain'
  });



 

2 REPLIES 2

Aniket Chavan
Tera Sage
Tera Sage

Hello @Ahsan Zafar ,

Please refer the article below from which you can get an idea easily that how we can use the script include in advance reference qualifier.

 

So as per your script include you can use the syntax below:

AniketChavan_0-1704977968541.png

Let me know your views on this and Mark Correct if this solves your query and also mark 👍Helpful if you find my response worthy based on the impact.

 

Thanks,
Aniket

Aniket Chavan
Tera Sage
Tera Sage

Hello @Ahsan Zafar 

I wanted to check in regarding the response I provided. If my suggestions were beneficial in addressing your query or helped in resolving your issue, would you mind marking it as helpful, accepting the solution, and closing the thread? Your acknowledgment not only shows appreciation for the assistance but also assists future readers who might come across a similar problem.

Thank you for your consideration!

Best regards,
Aniket.