Does anyone have any thoughts on a method to acces...
# suiteanalytics
d
Does anyone have any thoughts on a method to access general account parameters or a single data field across multiple saved searches. The use case is something like: For all multiple saved searches, highlight any rows where the transaction ship_date < {company.target_ship_days} + {sysdate} My goal is to avoid having to set the same target on multiple saved searches and instead have one place to reference across the whole account. [EDIT] The target ship days changes weekly and there would be around 15 different saved searches to edit every week.
m
Interesting problem. My first stab would be to store the target ship days on the location record(s) since transaction searches would have access to that, and it seems like the target might vary between locations.
👍 2
d
That'll solve it for one use case.