Hello everyone, can you please advice, why I can't...
# administration
t
Hello everyone, can you please advice, why I can't setup Inline editing for Activity saved search? But inline editing working for task saved search. Any Advice? Thanks!
j
This is just my best guess. When you examine the schema behind the activity table, it's essentially comprised of foreign keys for other record types (Tasks, Calls, Events, Etc.) In other words, when you run a saved search on
activities
you're creating subqueries & joins to all of these records types. That's probably where the limitation with
Inline Edit
comes in. I know for a fact you can't edit fields which reference by a formula. This is kinda the same thing. Unless you want to dig further, your best bet is to create searches for each record type directly.
message has been deleted
t
Thank you @Josh Godfrey. NetSuite team confirmed that this feature is not available in NetSuite right now and there is an enhancement for this requirement. As a workaround, we have used the same way you suggested to create separate saved searches for tasks, events, and phone calls. Thanks again for your support.
j
Happy to help!