Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. on loading page on frontend side fetch all possible node values for each address field (in useEffect)

  2. on selecting any of value from dropdown of any field this api will be called by passing queryString=selectedValue of node and searchType=type of selected field

  3. Frontend changes to be also done in Coubter-booking too add consignment(crm) alongwith customer-portal and counter-booking(crm). (@saarthak to confirm all screens(frontend) where this change has to be done).

  4. What to do if any of middle node in hierarchy data is not found commented in above code snippet in catch block because it will hinder fetching data of other higher level (is it possible to iccur occur in prod DB)

  5. Should disable all highe level nodes irrespective of the case that their value is fetched or not OR disable only those fields for which value is fetched. @saarthak