Lunch and Learn 1/9/2025

0:00 Introduction


2:59 is there a property or field that contains the project name, like flow, name or flow data? He wants to create a project constant, variable to house the project name with or sorry, creating a project constant, variable to house. The project name seems a bit redundant if the project name is a part of the path that's being referenced to the object.


14:38 Could you show off an example on how to use a chart on a page? Any chart such as pie, line, etc. I would like to see how you map the data and configure the settings. I have looked into them before and was always overwhelmed.



34:31 In the Fetch Entities step, there are options for "Fast Fetch" and "Read uncommited Data". 1) what is the difference between the two and 2) are there similar options when creating data sources for reports?

https://documentation.decisions.com/d...


38:20 "On a regular basis we're seeing significant wait times and blocking in the database coming from this trigger. Do you have any idea what might be triggering this behavior?


CREATE TRIGGER [dbo].[DELETE_flow_state_storage_data] ON [dbo].[flow_state_storage_data]

FOR DELETE

NOT FOR REPLICATION AS

DELETE flow_data_delta_storage FROM flow_data_delta_storage, deleted

WHERE flow_data_delta_storage.primary_flow_tracking_id = deleted.flow_tracking_id

GO

Sign In or Register to comment.