
McCabe Tonna
-
Total activity61
-
Last activity
-
Member since
-
Following0 users
-
Followed by0 users
-
Votes2
-
Subscriptions27
Activity overview
Latest activity by McCabe Tonna-
McCabe Tonna commented,
Kaloyan, Can you provide more context as to what you're looking to achieve?
-
McCabe Tonna commented,
Steven Gagnon, Anna is correct; this would be a custom private app to do this
-
McCabe Tonna commented,
Hi Otto, Do you have an example? I'm trying to fully understand the context
-
McCabe Tonna commented,
an internal app can do this pretty easily. If group_id == X, enable field, disable another if group_id == Y, disable field, enable the other group_id could be form_id or brand_id, pretty easily
-
McCabe Tonna commented,
It should be HTTP target, not HTML Great write up been using this for years
-
McCabe Tonna commented,
Kfir, If your end-users will always be a part of one "sub organization"; I think it'd be easiest to just create separate organizations and associate your end-users with their specific organization...
-
McCabe Tonna commented,
Jeff, This is possible; it requires a little javascript in your helpcenter I put some code in the script.js that stores the values from selected fields then applies it to the subject field. I also...
-
McCabe Tonna commented,
Kfir Luzon, Will these end-users have different email domains? (i.e. acme1.org, acme2.org) or will they share domains? If they have unique domains, you can create separate organizations for each 's...
-
McCabe Tonna commented,
@Administradores IZA Great!, you can add multiple objects within that get function [array], then when setting values, point each variable to each item in the array
-
McCabe Tonna commented,
@Administradores IZA Set or get? If you're trying to set a value you need to include what value you're trying to set - zafClient.set('ticket.customField:custom_field_360018041180', value) but a Get...