
Nick Jones
- Total activity 62
- Last activity
- Member since
- Following 0 users
- Followed by 1 user
- Votes 7
- Subscriptions 23
Posts
Votes on activity by Nick Jones-
Calendar Subject New Line
Is it possible to add a new line for the subject of a calendar entry? If i have sales orders i want them to show each part of the CONCAT subject as a new line but it looks like using CHAR(13) only ...
-
Service call OSCL.StartDate using Multi Scheduling
AnsweredIt looks like once you turn on multi scheduling the service calls no longer save a start date and end date into the OSCL table. If we are using the calendar for service calls with a drag and drop a...
-
Manipulated End Time for Resource Calendar
Hi, Can anyone explain why the below does not work? I get a working result in my query but i still get an invalid time error when updating the SQL for the calendar. CASE WHEN T0.callType IN (2,6,7...
-
Default calendar time scales
AnsweredHello, There is no option to set default time scales on the calendar widget. Every time the dashboard is refreshed it will default to Week and Day. Can we get an option in the calendar view setting...
-
Toggle work time only not working on Timeline View
Hello, I've noticed that when in timeline view, if you select the button to show only work-time it does not work. Works alright in other views though.
-
Tooltip on Agenda/List View
CompletedTooltip SQL works on every other calendar view but not the Agenda View. If there is not a logistical limitation with this would love to see it available on every view.
-
Calendar List View
AnsweredIs it possible to have a list view on the calendar that shows all items (according to the SQL query) without having to flick through a date range? Outlook and most other calendars have a list view ...
-
Drag and Drop from Timeline View to Agenda View
Hi all, If I have two calendars on a dashboard, one has a timeline view and the other has an agenda view. Is it possible to drag a service call from the timeline view to the agenda view? (I know it...
-
Export dashboard grid to excel
Hi there, I have a dashboard grid I am trying to export to excel. I noticed that when it is unfiltered I have no problem exporting. However when the grid is filtered by one of the filter elements (...
-
Grid Columns in B1 Dashboard
Hi there, Hope someone can help with this. I have the following code to show open service calls; SELECT DISTINCT T0.[DocNum] AS 'ServiceCallNumber',T0.callID,T0.[custmrName], T1.[Name], T0.[StartDa...