Need some Info/Help on the Skills Table
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
So we want to add the Skills field to Catalog tasks so mangers can assign to staff based on their current skill level.
We like the ones under the Technical Skill level (table: cmn_skill_level) and while I was able to configure that list view to show the main levels, we want to be able to only see the ones under the Technical not the other ones, like Language, etc.
I don't see a way to create a view that can be saved on this table or filter it out for everyone's use (default)
Anyone have a suggestion??
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Hi @terrieb ,
Thanks for the details! Before guessing further, please add logging to your Script Action so we can see exactly what you’re getting at each step (inputs, records found, update result).
Also, the likely issue is around line 12, where you assign to skills. The Skills field is a reference list, so you should assign a comma-separated list of sys_ids (i.e., an array you join), not a single value.
Best regards,
Renat Akhmedov
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
I turned on error handling on the flow - created a new request - still not doing the script action. I also added to line 12 the word 'Basic" on the Script action.
How do I turn on logging to the script action?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Hi @terrieb ,
As mentioned earlier Skill field is list type but from your screenshot it behaves like reference qualifier on flow designer, I don't know why this is happening for you cause it works completely fine for me as shown in my previous reply.
Just few questions from my side, so you check,
1)Can you check if you have just one skill field in your catalog task table, check if there are any duplicates for that field?
2)On flow designer, skill field try typing Basic as input, is it it taking the input ?
Regards,
Zakir
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Only 1 field on the Task table using Skills
Flow Designer will not allow me to input anything when I select that field.
