Skip to main content

Hi All,

Can anyone please explain me the  lobby page - supplier 360, i need explanation for all lobby elements.

 

Regards,

Kruthika

@kruthika  I don’t think there’s a documentation page that explains each and every one of the lobby elements. Most of them should be self-explanatory. However, if you come across a lobby element that you have no idea what data is fetching, you would need to look into the data source of that element. This way you can see the from which view and which conditions are applied when data is fetched.

Try to edit the Lobby:

Navigate to the element which datasource you wanna analyze:

Then from Element Designer navigate to the Datasource:

In the Datasource you can see that it’s getting the data from Quotation_Line view, and it’s filtering only the quotation lines in status ‘Created’ and cross-checking in Quotation header that date_expires is less than today’s date (system date).

You could use this logic to understand what’s behind each Lobby Element.


Thank you so much Marcel.Ausan


Reply