- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-24-2025 02:52 AM - edited 01-24-2025 02:57 AM
Create a Catalog Item using workflow to create an onboarding records. Can anybody help on this with workflow as I am new to this. i have already made few variables for this catalog item such as employee name/status/department /start date/asset and it should get created on x_647148_employee_employee_onboard table
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-24-2025 02:55 AM
Hi @Shreya3
You can check the OOTB order guide -New Hire which is the same you looking for
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.
Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]
****************************************************************************************************************
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-24-2025 02:55 AM
Hi @Shreya3
You can check the OOTB order guide -New Hire which is the same you looking for
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.
Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]
****************************************************************************************************************
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-24-2025 03:01 AM
ok AG i will check this first and see to it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-24-2025 03:04 AM
create a new catalog item and add variables and Link the catalog item to the appropriate category.
create a new workflow for the onboarding process then add an Approval activity and a create record activity In the Create Record activity, select x_647148_employee_employee_onboard as the target table and map variables to fields.
open the catalog item and attach the workflow under the Process Engine tab.
Submit the catalog item and ensure the workflow creates records in the x_647148_employee_employee_onboard table.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-24-2025 03:06 AM
Hi Ag but this is different i need to create onboarding request for a new employee through workflow.? so how can we achieve this because they want to do this through workflow? can you help me on workflow part so that i can attach to catalog iteem