This topic is locked

Combine rest API response fields as Id

8/7/2023 3:32:15 AM
PHPRunner General questions
A
akira author

Hi, I'm currently using rest API view as Lookup wizard. 1st, user will select Invoice Number(lookup from rest view), then sytem will generate invoice lines based on invoice number selected(lookup from rest view also). However, when user select one of the Invoice line, the system only search the APi using line number only where it suppose to search base on Invoice number and lines.
So the question is:
<ol> Can the look up wizard use the readily available value from the list to fill in the outofill instead of search the API again by using the line number? this will effect the perfomance. Since the API didn't return Id as key, how to create new key id that combine multiple columns to be use as ID in the rest view?
</ol>Thank you