Minha área
Carregando
Comentários
-
I'm having the same struggle, but I just figured it out. It's because I was filtering to the main line in the criteria. If you only want to see the Cash Sale line, add this as a criteria filter:
-
I just ran across this issue. It turned out that I had "Run Unrestricted" checked on the search, and that prevented the "Edit" toggle from appearing on the record's list page.
-
I just ran across this issue and none of those were the solution. It turns out that I had "Run Unrestricted" checked on the search, and that prevented the "Edit" toggle from appearing on the record's list page.
-
I was able to create a formula to calculate the days since a date field value by doing this: TO_DATE(TO_CHAR(CURRENT_DATE,'MM-DD-YYYY'))-{hiredate}
-
I think that explains my problem. We had been using the standard form as preferred up until just recently, which would explain why the opportunities created before then load with that form. Thanks!
-
I know this question is probably too old to answer, but in my company we use the "LIMIT TIME TO ASSIGNED RESOURCES" checkbox on projects so that no one can log time to a task they aren't assigned to. It means that you have to make sure everyone is assigned to tasks in order to log time, but it's great for keeping a…
-
Thanks for the info Ivy! I can actually reduce the characters by removing the second set of styles and using the same divs for both case statements, since they are exactly the same. I also found out that NetSuite coults spaces in the character count, which I had to remove to make it work. Thanks again!
-
Here you go!