Block a user
C2024-024 Simple Selection of Fields to add to Return Values and Menu Values
C2024-023 Autocomplete on Group Definition Accessory Page Access Values.
C2020-049-Add-the-ability-for-PROMS-to-remember-the-procedure-tabs-that-were-open-when-you-closed-PROMS-4
C2020-049-Add-the-ability-for-PROMS-to-remember-the-procedure-tabs-that-were-open-when-you-closed-PROMS-4
Looks good with the added change:
C2020-049-Add-the-ability-for-PROMS-to-remember-the-procedure-tabs-that-were-open-when-you-closed-PROMS-4
It is still not showing / line 23801 is showing as: IF @xconfig.exist('//Enhanced[1]') = 0
instead of:
IF ISNULL(@xconfig.exist('//Enhanced[1]'),0) = 0
Let me know if you have any…
C2020-049-Add-the-ability-for-PROMS-to-remember-the-procedure-tabs-that-were-open-when-you-closed-PROMS-4
Looks good with the exception of the line 23801 change - which needs to remain in wrapped in the ISNULL.
C2020-049-Add-the-ability-for-PROMS-to-remember-the-procedure-tabs-that-were-open-when-you-closed-PROMS-4
this change needs to remain in / may need to resubmit with get latest.
B2024-076 Correct Linking / Numbering when utilizing Paste Replace with Enhanced Steps over unlinked steps
C2020-049-Add-the-ability-for-PROMS-to-remember-the-procedure-tabs-that-were-open-when-you-closed-PROMS-2
One possibility (to make sure the table does not grow exponentially over time) would be in: DeactivateStateDisplayTabTmp.sql
at the beginning before setting all to Inactive, if Tabs are…
C2020-049-Add-the-ability-for-PROMS-to-remember-the-procedure-tabs-that-were-open-when-you-closed-PROMS-2
C2020-049-Add-the-ability-for-PROMS-to-remember-the-procedure-tabs-that-were-open-when-you-closed-PROMS-2
Looks good --- one long term question: We are Deactivating Tabs (i.e. setting DisplayTabTmp.Active = 0) but will records forever remain in that table?