Replies: 6 comments 12 replies
-
Hi Jon While there is not a keyword at the moment. You could use Make (formerly integromat) to schedule a scenario to run at the time you want to turn the link/column on and off to update a field to a 1 or a zero then use ktlCond to actually hide the column. This is a workaround until Norm comes up with an alternative Craig |
Beta Was this translation helpful? Give feedback.
-
We use Make for all sorts of things with Knack. I think it's worth looking
into.
Craig
…On Wed, 11 Oct 2023, 23:26 jbk68, ***@***.***> wrote:
Hey Craig, I'll look into Make as a "temporary" alternative. They can't be
any worse than Knack's schedule task system.
I hope Norm comes up with a solution soon. Thanks for the suggestion... JON
—
Reply to this email directly, view it on GitHub
<#113 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACQQXAYNNGJDNUIZKOO3MITX64MIHANCNFSM6AAAAAA52MLLOY>
.
You are receiving this because you commented.Message ID:
<cortexrd/Knack-Toolkit-Library/repo-discussions/113/comments/7257370@
github.com>
|
Beta Was this translation helpful? Give feedback.
-
Hi Jon
Yes we are we have raised it with Norm
Craig
…On Fri, 13 Oct 2023, 22:05 jbk68, ***@***.***> wrote:
Hey Craig, are you experiencing login issues with Knack apps? I've been
getting texts from users stating that can't log into our apps (desktop and
mobile) made using Knack. It appears that something with KTL is causing
issue. If I disable KTL and try logging into app using a device that was
having issues, works just fine. Enable KTL and it screen freezes just prior
to login screen.
—
Reply to this email directly, view it on GitHub
<#113 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACQQXA4VKBFRTUOBF67YRSLX7GUJDANCNFSM6AAAAAA52MLLOY>
.
You are receiving this because you commented.Message ID:
<cortexrd/Knack-Toolkit-Library/repo-discussions/113/comments/7277431@
github.com>
|
Beta Was this translation helpful? Give feedback.
-
Guys, The _hc now works with ktlCond and time ranges !!! This is the syntax:
This will hide the 3 columns - both fields and action links will work - if the local time is between 5pm and 8am. If you have international users, you may prefer to use the Enjoy, |
Beta Was this translation helpful? Give feedback.
-
Jon, I just fixed a bug that prevented that from working with Details views. It should be good now. This is what I have in my details view:
It hides the Email action or the Total Sales field, in complementary time ranges. So it's always one or the other that is visible. Does that work for you also? |
Beta Was this translation helpful? Give feedback.
-
Hi to all, The ktlCond has been updated. It can now compare time spans using the ktlNow (or ktlNowUTC) with the out operator. For example:
Will hide the email field if local time is not between 8am and 5pm. It has been released in KTL v0.19.7 Enjoy, |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hey Norm, started new discussion as you requested... Please let me know when you finish the Date/Time Comparisons. I think this might solve my issues with using the Knack's unreliable scheduled task system that I've had nothing but problems with for months.
My goal is to hide action links both on the grid and detail views. I'd like to be able to choose the time to hide/show (ie 17:00 hide, 08:00 show) different links.
Thanks again for for all you do for the Knack community... JON
Beta Was this translation helpful? Give feedback.
All reactions