• Custom Dependency on Decimal Field

    Hi, I have a `total_cost` that is a currency field. I need to create a custom dependency on other field based on this `total_cost` field. Consider there is a field `limit` that should be required/visible if the `total_cost` field is greater than 5000…