How can  we show  lookup functionality with custom FK relation instead of  database table relation ?

QuestionsHow can  we show  lookup functionality with custom FK relation instead of  database table relation ?
Saurabh Arora asked 2 years ago

How can  we show  lookup functionality with custom FK relation instead of  database table relation ?

it’s running based on Foreign key based on db right now but we need to manage FK  relation by administrator(backend settings).

After debug some code , i found

 

 jQuery.fancybox.open({
         href: “#”+dataid,
            afterClose: function() {
             // jQuery(“#i5cul_erd_location_lookup_grid_i5cul_erd__BeId .ui-jqgrid-bdiv tbody tr”).unbind(“click”);
            }
          });

it’s showing icon for not loading lookup grid after removal  FK relation of table while we had need to manage for custom relation from admin manageable.

So can you guide me , how we can do it?

 

 

 

 

Your Answer

3 + 5 =

Login with your Social Id:

OR, enter

Attach code here and paste link in question.
Attach screenshot here and paste link in question.



How useful was this discussion?

Click on a star to rate it!

Average rating 0 / 5. Vote count: 0

No votes so far! Be the first to rate it.

We are sorry that this post was not useful for you!

Let us improve this post!

Tell us how we can improve this post?