Hi All,
we are using bing map api for getting geo codes .Business requirement is to stop geo codes if address comes from external system as geo codes are part of the inbound .
we have tried to restrict using Business rule 128 but it is not working . even though conditions are not met, IFS calling bing by default
ex : condition : like modified_by != ‘inter_user’ , output column “Output (1) Geo Source” =”Bing” : still conditions are not met but calling bing map .
we have tried to create two rules
rule1: modified_by = ‘inter_user’ , output column “Output (1) Geo Source” =”Custom”
rule2: modified_by != ‘inter_user’ , output column “Output (1) Geo Source” =”Bing”
this is working as expected as there is geo source =”Custom” . is this correct way to stop geocode api ? any other alternative approach ?