How to retrieve object from different entity from different module in setting up condition visibility
0
Hi, I am setting up a logic for a visibility of a button where it will only visible if an attribute is true or false. But this button currently is in different module. I have tried to associated the entity from the domain model but it seems the syntax can give me the name of the attribute that I want. The button is sitting in Timesheet module and the attribute storing the boolean value is from ApplicationSetting module. Is my method here is correct or it should be done in the other way, thanks in advance