nowGurukul
Tera Guru
Tera Guru

ServiceNow Community“Discipline is choosing between what you want now, and what you want most.” 🌟

 

Challenge Introduction:- In order to strengthen the ServiceNow hands-on skills , each week a challenge will be posted and you need to implement the solution in your Personal Development Instance and share the screenshots of the completion in the post comments and your take home learning for this week Challenge.

 

Benefits:-

  1. A weekly implementation challenge in order to do goal based learning.
  2. An opportunity to connect and learn from thousand of others ServiceNow Enthusiasts who are part of nowGurukul community.
  3. An opportunity to learn and implement exciting features & functionalities of ServiceNow platform every week.
  4. Real time project based learning opportunity which can be used in your resumes in order to showcase how competent you are in implementing ServiceNow hands-on solutions.
  5. Opportunity to innovate and come up with your creative solutions for the challenges in order to grow your ServiceNow competency.

and much more....

 

Challenge Guidelines:- 

  1. Kindly use your personal development instance for the challenge implementation.
  2. In case of any assistance/discussion required , please use nowGurukul Official What's App Channel for the quick resolution.
  3. Wherever needed assume the values in order to complete the challenge as you are independent enough to bring in your creativity in your hands on implementations.

*****************************************************************************************************************

Week-1 Challenge:-

For this week, as part of the end to end project implementation, we will start by create a new Custom Application using App Engine Studio, Creating tables and their fields, creating Groups, Configuring Form Layout and List Layout, and creating some dump data for these tables which will help during the whole project implementation.

 

Application Name: Corporate Gifting [Note: You can create a Global or Scope Application. Totally your choice].

 

Description: Corporate Gifting application will be used by the departments of an organisation where managers can appreciate their mentees in the form of E-Voucher with a predefined amount which will be added to the Employee e-wallet. Each employee can order the voucher based on his wallet balance and number of vouchers.

 

Update Set:

NowGurukul_Project_CG_V1 (If in Global Scope)

 

Tables:

  1.   Employee (Extend from User table) – Employees who will be having E-wallet balance and can raise Voucher requests for himself. Also, Employees at Manager or above level can raise E-Wallet requests for him mentees to add an amount to their wallet.

 

Field Name

Field Type

Comment

Employee Number

Auto-generated Number.

Prefix - EMP

E-Wallet Balance

Integer

Read Only

Project/Account

Choice

ABZ Consultancy

PTL India Ltd.

Zone IT Services

YUC Motors

Qwerty Hospitals

Position Level

Choice

Associate, Senior Associate, Technical Lead, Manager, Senior Manager, Director, Delivery Head, HR

E-Wallet Balance Validity

Date

3 months later from the last E-Wallet balance added.

Awards/Appreciations

String

Should contain the list of Awards/Appreciation received with E-Wallet balance.

E-Wallet Budget

Integer

Ready Only

 

 

 

 

2. E-Wallet Request by Managers (Extend from Task table)

 

Field Name

Field Type

Comment

E-Wallet Req Number

Auto-generated Number.

Prefix - EWR

Requested By (Manager)

Reference User table

 

Requested For (Employee)

Reference User table

 

Request Status

Choice

Submitted, Approval Requested, Approved, Rejected, Completed, Cancelled.

 

 

 

 

Groups:

  1.       E-Wallet HR Approver – People who must approve the E-Wallet request by the Manager before it is added to the employee E-Wallet.
  2.       E-Commerce Voucher Agents – HR Agents who would be assigned to the E-Commerce vouchers request submitted by the Managers to help the Employee provide the vouchers offline.
  3.       Shopping/Sports-Wear Voucher Agents - HR Agents who would be assigned to the Shopping vouchers request submitted by the Managers to help the Employee provide the vouchers offline.
  4.       Food Delivery Voucher Agents - HR Agents who would be assigned to the Food vouchers request submitted by the Managers to help the Employee provide the vouchers offline.

 

Form Layout:

  1.       Employee Table

Employee

Employee Number

Email ID

User ID

Mobile Number

First Name

Career Level

Last Name

Project/Account

Name

Active

Position Level

Photo

Manager

 

 

Corporate Appreciations (Form Section)

E-Wallet Balance

E-Wallet Budget

E-Wallet Balance Validity

 

Awards/Appreciations

 

2. E-Wallet Request by Managers Table

 

E-Wallet Request by Managers

E-Wallet Req Number

Request Status

Requested By (Manager)

Opened

Requested For (Employee)

Assignment Group

Watchlist

Assigned To

 

Notes (Form Section)

Additional Comments (Customer Visible) / Work Notes

Activities

 

List Layout:

  1.       Employee Table

Default View:

Employee Number

User ID

Name

Email

Position Level

Manager

Active

 

Corporate View:

Employee Number

User ID

Name

Email

Manager

E-Wallet Balance

E-Wallet Balance Validity

Awards/

Appreciations

 

      2.   E-Wallet Request by Managers Table

Default View:

E-Wallet Req Number

Requested By (Manager)

Requested For (Employee)

Request Status

Assignment Group

Assigned To

Created

 

Data Preparation:

  1.  Create 12-15 records or more for the Employee table with different Position Levels.
  2.  Create 8-10 records or more for the Employee table with HR Position Level. Include them in 4 groups mentioned.
  3.  For Employees, map Managers or above level employees to their manager field.

*****************************************************************************************************************

Join nowGurukul Communication Channels to get latest updates:-

LinkedIn:- https://www.linkedin.com/company/nowgurukul

What's App:- https://chat.whatsapp.com/DlXPEZCFFTn0ImvGA5UErP

YouTube:- https://www.youtube.com/channel/UClnJHTVq8kNkS1KCzMptYGg

 

Please Bookmark this Article 🔖 for your future reference and do Mark it as Helpful 👍.

 

Regards,

nowGurukul Team

 

Comments
Vignesh_18
Tera Contributor

Can anybody know how to extend from User table as part of step 1? I tried making 'extensible' field "True" in User table configuration. However, It is not updating. Please let me know if anyone knows.

TayyabMujeeb
Tera Explorer

@Vignesh_18  Select the global scope first, and then mark the extensible checkbox as true.

Dr Atul G- LNG
Tera Patron
Tera Patron

Hi @Vignesh_18 

 

Did you get the answer to still waiting?

 

You need to make the user table as extensible.

Sivasangeethp
Tera Contributor

Hi @nowGurukul,

 

I have completed the challenge 1 and I have added my ss below. Please check.

Name – Siva Sangeeth P

LinkedIn URL - https://www.linkedin.com/in/siva-sangeeth-p?utm_source=share&utm_campaign=share_via&utm_content=prof...

Week-1 Challenge: -

App Engine Studio – Corporate Gifting

 

Sivasangeethp_0-1704135644276.png

Tables & Form Layout

Employee table – Preview with all the fields and the form Layout

Sivasangeethp_1-1704135644284.png

 

Sivasangeethp_2-1704135644292.png

 

Sivasangeethp_3-1704135644302.png

 

E-Wallet Request by Managers - Preview with all the fields and the form Layout

Sivasangeethp_4-1704135644308.png

 

Sivasangeethp_5-1704135644317.png

Groups:

Sivasangeethp_6-1704135644327.png

List Layout:

Employee Table:

Default View:

Sivasangeethp_7-1704135644336.png

 

Corporate View:

Sivasangeethp_8-1704135644348.png

E-Wallet Request by Managers Table

 

Default View:

 

Sivasangeethp_9-1704135644362.png

 

 

Thanks,

Siva

Abhishek_Thakur
Mega Sage

Hi @nowGurukul Team,

 

I have completed the week 1 challenge, below screenshot attached.

Week-1 Challenge: -

App Engine Studio – Corporate Gifting

Corporate Gifiting Application.png

 

Form Layout for Employee Table:

Emplyoee Table form view.png

 

List Layout for default view -Employee Table

Emplyoee Table list View.png

 

List Layout for corporate view -Employee Table

Corporate view employee table.png

 

Form Layout for default view - E-Wallet Request by Managers Table

E-wallet form view.png

List Layout for default view -

E-Wallet Request by Managers Table

E-wallet list view.png

 

Groups:

Challenge Group.png

 

Records: Employee Table

Employee Tablesd Records.png

 

Records: E-Wallet Request by Managers Table

E-wallet table records.png

 

Thanks!

Abhishek Thakur

 

Logesh
Tera Explorer

Hi @nowGurukul,

 

I have completed challenge 1. Please find below screenshots.

Week 1 Challenge :- App Engine Studio - Corporate Gifting

 

Application and Tables :

Logesh_0-1704163539910.png

 

Employee table (Form layout) :

Logesh_1-1704163594621.png

 

Employee table (List layout and default view) :

Logesh_2-1704163634460.png

 

Employee table (List layout & Corporate view) :

Logesh_3-1704163690102.png

 

E-Wallet request by managers table (Form layout) :

Logesh_4-1704163737550.png

 

E-Wallet request by managers table (List layout) :

Logesh_5-1704163784569.png

 

Groups :

Logesh_6-1704163802742.png

 

Thanks,

Logesh V

 

 

 

Bphan
Tera Contributor

Hi @nowGurukul 

I have completed the week 1 challenge, below screenshot attached.

App Engine Studio – Corporate Gifting

PhanBach_0-1704167799379.png

 

Tables & Form Layout

PhanBach_1-1704167799386.png

 

PhanBach_2-1704167799390.png

 

Group

PhanBach_3-1704167799393.png

 

List Layout:

PhanBach_4-1704167799398.png

 

PhanBach_5-1704167799406.png

 

PhanBach_6-1704167799413.png

 

Thanks,

Bach Phan

 

Sathish Kumar S
Tera Expert

Hi @nowGurukul 

 

Completed Week_1 challenge.

 

AES Application:

SathishKumarS_0-1704174881735.png


Employee Form:

SathishKumarS_1-1704174998880.png

 

EWR Form:

SathishKumarS_2-1704175032675.png


Employee record+list_view:

SathishKumarS_3-1704175091671.png

 

EWR list_view:

SathishKumarS_0-1704177851103.png

 

 


HR employees included in the groups:

SathishKumarS_4-1704175168509.png

 

@Gagan Jolly @Dr Atul G- LNG 

Varaprasad kan1
Tera Contributor

Hi @nowGurukul ,

Please find the below screenshots for the Week1 challenge.
Application:

Varaprasadkan1_0-1704175724030.png

Employee Form:

Varaprasadkan1_1-1704175795060.png

 

Employee List view(Default):

Varaprasadkan1_2-1704175879661.png

Corporate view:

Varaprasadkan1_3-1704175947967.png

E-Wallet Request By Managers Form:

Varaprasadkan1_4-1704176064460.png

EWR List view:

Varaprasadkan1_6-1704176219729.png

 

HR Groups:

 

Varaprasadkan1_5-1704176135011.png

 

 

 

 

 

 

Sathish Kumar S
Tera Expert

Quick tip:

For the EMP prefix, if you face issues, use EMPY/EMPL, etc...Follow the below method to get the auto number pad.

SathishKumarS_0-1704178094674.png

 

 

For E-Wallet Request by Managers we have "Assigned to" field that is referenced from task table and by default it has a reference role=itil. DO Not make changes, instead update the reference on your table level as per below.

 

OOB Assigned to field:

SathishKumarS_1-1704178289909.png

 

Update reference qualifier on EWR table:

SathishKumarS_2-1704178458746.png

 

SathishKumarS_3-1704178493317.png
 

 

SathishKumarS_5-1704178534363.png

 

Please mark "Helpful" if you find this post useful!!

Regards,

SMS

 

Anubhav24
Mega Sage
Mega Sage

Career Level mentioned in form layout of employee table but not mentioned in the list of fields to be added , I assume that this field is not available OOB.

Community Alums
Not applicable

Hello @nowGurukul,

 

Khushbookabra_5-1704187194800.png

 

Khushbookabra_1-1704186540012.png

 

Khushbookabra_2-1704186595266.png

 

Khushbookabra_3-1704186618277.png

 

Khushbookabra_4-1704187033447.png

Khushbookabra_6-1704187344403.png

 

Thanks!

Dr Atul G- LNG
Tera Patron
Tera Patron

Thanks to all who submitted the screen shots. and those who are still working dont worry, it is not a RACE, it is a Journey. You still have 4 days to complete this. 

Mohan raj
Mega Sage

Hi @nowGurukul,

I have successfully completed the Week 1 challenge.

Corporate Gifting

Mohanraj_0-1704194624824.png

 

Tables & Form Layout

Employee table – Preview with all the fields and the form Layout

Mohanraj_1-1704194624832.png

 

 

Mohanraj_2-1704194624841.png

 

 

E-Wallet Request by Managers - Preview with all the fields and the form Layout

 

Mohanraj_3-1704194624846.png

 

 

Mohanraj_4-1704194624851.png

 

 

Groups:

 

Mohanraj_5-1704194624857.png

 

List Layout:

Employee Table:

Default View:

Mohanraj_6-1704194624865.png

 

Corporate View:

Mohanraj_7-1704194624873.png

 

E-Wallet Request by Managers Table

 

Default View:

Mohanraj_8-1704194624879.png

 

Thanks,

T Mohan.

 

SunilKumar_P
Giga Sage

Hello @nowGurukul, Below are the screenshots of Week-1 Challenge

 

App Engine Studio:

SunilKumar_P_0-1704194759549.png

 

Groups:

SunilKumar_P_1-1704194889831.png

 

Tables Form Layout:

Employee Form:

SunilKumar_P_10-1704195542867.png

 

E-Wallet Request Form:

 

SunilKumar_P_11-1704195601657.png

 

Tables List Layout:

Employee List (Default View):

SunilKumar_P_8-1704195477398.png

 

Employee List (Corporate View):

SunilKumar_P_9-1704195500638.png

 

E-Wallet Request List View:

 

SunilKumar_P_12-1704195621433.png

 

Thanks,

Sunil

dgarad
Giga Sage

Hi @nowGurukul 

 

I have completed the Week 1 challenge.

 

Application:  Corporate Gifting

 

DharmarajGarad_0-1704195079088.png

Employee Form:

DharmarajGarad_1-1704195226329.png

E-Wallet Request by Managers

DharmarajGarad_2-1704195391648.png

Groups:

DharmarajGarad_3-1704195466930.png

List Layout:

  1.  Employee Table

Default View:

DharmarajGarad_6-1704195910475.png

 

DharmarajGarad_7-1704195984203.png

Corporate View:

DharmarajGarad_8-1704196035350.png

DharmarajGarad_9-1704196085048.png

 

 

 

 E-Wallet Request by Managers Table

Default View:

 

DharmarajGarad_4-1704195754883.png

 

DharmarajGarad_10-1704196259224.png

Data Preparation:

  1. Create 12-15 records or more for the Employee table with different Position Levels.

DharmarajGarad_12-1704196561052.png

2. Create 8-10 records or more for the Employee table with HR Position Level. Include them in 4 groups mentioned.

DharmarajGarad_13-1704196603959.png

 

DharmarajGarad_14-1704196630925.png

DharmarajGarad_15-1704196679265.png

 

DharmarajGarad_16-1704196706936.pngDharmarajGarad_17-1704196736364.png

3. For Employees, map Managers or above-level employees to their manager field.

 

DharmarajGarad_19-1704196883878.png

Regards,

Dharmaraj

 

Community Alums
Not applicable

Week 1 - Completed

 

Capture1.JPG

 

Capture2.JPG

 

Capture3.JPG

 

Capture4.JPG

 

Capture5.JPG

 

Capture6.JPG

 

arijtis
Tera Expert

Hi @nowGurukul team,

I have completed the week 1 challenge, pls find the below screenshots attached-

Week 1 Challenge :- App Engine Studio - Corporate Gifting

 

  1. Application and Tables-

arijtis_0-1704204650083.png

 

 

Employee table layout(Default view)-

arijtis_1-1704204650092.png

 

 

 

 

Used Tooltip to add the comments in the field as mentioned in the requirement

arijtis_2-1704204650100.png

 

 

Corporate View-

arijtis_3-1704204650106.png

 

 

E-Wallet Request by Manager-

arijtis_4-1704204650113.png

 

 2. List layout- Employee(default view)-

arijtis_5-1704204650123.png

Corporate view-

arijtis_6-1704204650133.png

E-Wallet Request by Manager(default view)-

arijtis_7-1704204650138.png

  1. Data Preparation-

     a. Records with different position levels and mapped Managers or above level employees to their manager field.

arijtis_8-1704204650148.png

 

b. Employees with HR Position Level are included in 4 groups mentioned.

arijtis_9-1704204650165.png

 

Thanks,

Arijit Saha

 

 

Himanshu Raj
Tera Expert

Hi @nowGurukul,

 

I have successfully completed the Week 1 challenge. Please find screenshot below.

  • Application (Corporate Gifting)

1.png

  • Tables (List and Form views)
  • Employee (form view)
    emp_form.png
  • Employee (list default view)
    emp_listdef.png
  • Employee (list corporate view)
    emp_listcorp.png
  • E-Wallet Request by Managers (form view)
    ewallet_form.png
  • E-Wallet Request by Managers (list default view)

ewallet_list.png

 

 

 

 

 

 

 

  • Groups
g1.png

 

 

 

 

 

 

 

 

g2.png

 

 

 

 

 

 

 

 

g3.png

 

 

 

 

 

 

 

 

g4.png

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

Please let me know if any suggestions/questions regarding same.

 

Thanks & Regards,

Himanshu Raj

ROHIT TOMAR
Tera Contributor

Hi @nowGurukul !!

 

I have completed the Week 1 challenge. Please find the screenshot below.

  • Application (Corporate Gifting)
 

Default View:

ROHITTOMAR_0-1704222092642.png

 

Corporate View:

ROHITTOMAR_1-1704222092647.png

 

FORM LAYOUT DEFAULT:

ROHITTOMAR_2-1704222092654.png

 

E WALLET BY MANAGER (Default):

ROHITTOMAR_3-1704222092660.png

GROUPS: 

ROHITTOMAR_0-1704222461085.png

 

 

eqbalkhan
Tera Explorer

Hii @nowGurukul team,

I have successfully completed the first weekly challenge. Here is my attached screenshot of work done.

App Engine Studio - Corporate GiftingApp Engine Studio - Corporate GiftingForm Layout for Employee Table:-Form Layout for Employee Table:-Default view :- Employee TableDefault view :- Employee TableCorporate View :- Employee TableCorporate View :- Employee TableForm Layout :- E-Wallet Request by Manager  TableForm Layout :- E-Wallet Request by Manager TableList Layout for Default View :- E-Wallet Request by Managers TableList Layout for Default View :- E-Wallet Request by Managers Table

Rai Shivam Ajay
Tera Contributor

Hi @nowGurukul Team,

I have successfully completed the week 1 challenge . As below I am attaching the screenshot.

Thank you
Shivam RaiImage 1.pngImage2.pngImage3.pngImage4.pngImage 5.png

jindal
Tera Explorer

Hi @nowGurukulI have completed the week 1 challenge.

Anubhav24
Mega Sage
Mega Sage

Hi @Rai Shivam Ajay ,

How did you get the option of submitting your app from AES , I am unable to get the option of submitting my app from AES. Please guide me accordingly

jindal
Tera Explorer

Hi @nowGurukul Team, I have completed the week 1 challenge. Please find the below screenshot. 

Week-1 Challenge: -App Engine Studio – Corporate Gifting

Application and Tables:

jindal_0-1704267155381.png

 

Groups:

jindal_1-1704267412139.png

Form Layout

Employee Table

jindal_4-1704267578620.png

 

E-Wallet Request by Managers Table

jindal_5-1704267708325.png

 

List Layout:

    Employee Table

Default View:

jindal_6-1704267836149.png

Corporate View:

jindal_7-1704267896116.png

  E-Wallet Request by Managers Table

Default View:

jindal_8-1704267966339.png

Data Preparation:

Create 12-15 records or more for the Employee table with different Position Levels.

jindal_9-1704268291053.png

Create 8-10 records or more for the Employee table with HR Position Level. Include them in the 4 groups mentioned.

jindal_10-1704268637558.png

For Employees, map Managers or above-level employees to their manager field.

jindal_11-1704269220573.png

Mayuri Khairnar
Tera Contributor

Employee.pngE-wallet request by managers.pngGroups.pngTables.pngFirst weeks Challenge complete
thanks,

 

Mayuri K

Litu05
Tera Contributor

Hi @nowGurukul,

Name – Pritikant Dhal

LinkedIn URL-https://www.linkedin.com/in/pritikant-dhal-145977aa/

Week-1 ChallangeTables & Form LayoutTables & Form LayoutEmployees Record Field & form LayoutEmployees Record Field & form LayoutList Default View  of Employee TableList Default View of Employee TableList Corporate View Of EmployeeList Corporate View Of EmployeeE-Wallet Request Form.png 1.png

sairahul
Tera Explorer

Hi @nowGurukul Team,

 

I have completed the week1 challenge.

 

PFAWeek 1.png

Litu05
Tera Contributor

Hi@nowGurukul Team,

I Have completed this Week 1 Challenge

jagadevi2010
Tera Contributor

Hello @nowGurukul Team, I have completed the week 1 challenge. Please find the below screenshots

 

Application: 

jagadevi2010_0-1704291573162.png

Employee table record form view :

jagadevi2010_1-1704291644404.png

 

List View default view:

 

jagadevi2010_2-1704291659841.png

Corporate View:

jagadevi2010_3-1704291696473.png

E-Wallet Requests table records form view:

jagadevi2010_4-1704291733920.png

List View :

jagadevi2010_5-1704291753561.png

 

Assignment groups :

jagadevi2010_6-1704291792767.png

 

I am having trouble publishing or submitting this application, see the error screenshot below

jagadevi2010_7-1704291915447.pngjagadevi2010_8-1704291928517.png

 

Dr Atul G- LNG
Tera Patron
Tera Patron

Nice to see lots of responses.

 

Now what's next

 

- Lets try to add 1-2 pain point which you faced during  the development of this exercise. 

Sivasangeethp
Tera Contributor

@jagadevi2010  - You need to setup pipeline for your instance.

Please follow the steps:

1. App Engine > Pipeline and Deployment > Environment 

2. Create new Environment 

Sivasangeethp_1-1704293241608.png

  • Instance Type as "Development"
  • Instance URL as "Use your Instance URL.",
  • Instance Credential - create a credentials in connection and credential module (table name - sys_alias).

Sivasangeethp_2-1704293417411.png

In credentials form section use your instance "Username & password" like in below ss.

while creating credential choose type as Basic Auth Credentials

Sivasangeethp_5-1704294012382.png

 

3. After setting the instance credential click validate button and instance id will auto populate.

4. Save the record.

5.  App Engine > Pipeline and Deployment > Pipeline 

6. Create new Pipeline 

Sivasangeethp_3-1704293673180.png

7. set the fields like in below ss

Sivasangeethp_4-1704293717587.png

8. save the pipeline record.

9. Now goto App Engine studio and try to submit the application. 

 

If its work fine. please mark it as helpful

 

 

 

Aamir3
Tera Contributor

Hi @nowGurukul Team,

 

I have completed the week 1 challenge; the screenshot below is attached.

Week-1 Challenge:

App Engine Studio: Corporate Gifting

Application and Tables:

Aamir3_0-1704300137843.png

Employee table record form view :

Aamir3_1-1704300716039.png

E-Wallet request by manager form view

Aamir3_2-1704301132138.png

Employee table list Default view

Aamir3_3-1704301263844.png

Employee table list Corporate view

Aamir3_4-1704301325830.png

E-Wallet Request by Managers list Default view

Aamir3_5-1704301437962.png

 

Groups 

Aamir3_6-1704301491468.png

Employee table records

Aamir3_7-1704302180903.png

E-Wallet Request by Managers records

Aamir3_8-1704302235041.png

 

 

 

H562
Mega Guru

Hi @nowGurukul Team,

 

I have completed the week 1 challenge, below screenshot attached.

Week-1 Challenge: -

App Engine Studio – Corporate Gifting

AppEngine.png

Form Layout for Employee Table:

EmployeeFormlayout.png

List Layout for default view -Employee Table

EmployeeListLayout-DefaultView.png

List Layout for Corporate view -Employee Table

EmployeeListLayout-CorporateView.png

 

Form Layout for default view - E-Wallet Request by Managers Table

E-WalletFormLayout.png

 

List Layout for default view - 

E-Wallet Request by Managers Table

E-walletListLayout.png

Groups:

Groups.png

 

Records: Employee Table

Records-Employee.png

 

Records: E-Wallet Request by Managers Table

Records-E-Wallet.png

Thanks,

Harish Akurati

 

 

Ravi Prasad589
Tera Contributor

Week-1 Challenge

 

Hi @nowGurukul ,

 

I have completed the Week -1 Challenge and below are the attached screenshots - 

 

1. Corporate Gifting Application: 

RaviPrasad589_0-1704302411267.png

 

2. Table 1 - Employee(Extend from User table) :

Form Layout & Choice fields : 

 

RaviPrasad589_1-1704302646364.png

 

RaviPrasad589_3-1704302864102.png

 

RaviPrasad589_4-1704302886613.png

 

List Layout:

 

  • Default View:

RaviPrasad589_8-1704303826656.png

 

  • Corporate View:

RaviPrasad589_9-1704304045294.png

 

 

RaviPrasad589_2-1704302704006.png

 

3. Table 2 - E-Wallet Request by Managers (Extend from Task table) :

Form Layout and fields

 

RaviPrasad589_5-1704303275003.png

 

List Layout:

RaviPrasad589_6-1704303341653.png

Groups: 

 

RaviPrasad589_7-1704303448675.png

 

Regards,

Ravi Prasad

LinkedIn

 

sonu9
Tera Contributor

Hi @nowGurukul,

Completed week1 challenge-

1. Group -

sonu9_0-1704344906304.png

2. Employee list layout -

(Default View)-

sonu9_1-1704344996315.png

 

 (corporate view)-

sonu9_2-1704345091387.png

 

Form Layout of Employee -

sonu9_3-1704345156514.png

3- E-Wallet Request by Managers -

List layout - 

sonu9_4-1704345305949.png

Form layout -

sonu9_5-1704345368415.png

 

Thanks,

 

 

 

Shaik Dimple
Tera Expert

Hi @nowGurukul Team,

 

I have completed the week 1 challenge, below screenshot attached.

 App Engine Studio: Corporate Gifting

ShaikDimple_1-1704352244492.png

 

FORM LAYOUT - EMPLOYEE TABLE

ShaikDimple_2-1704352470009.png

LIST LAYOUT: Default view(EMPLOYEE TABLE)

ShaikDimple_3-1704352613599.png

LIST LAYOUT: Corporate view(EMPLOYEE TABLE)

ShaikDimple_4-1704352670357.png

FORM LAYOUT: E-Wallet Request by Managers Table

ShaikDimple_5-1704352892804.png

LIST LAYOUT: Default view(E-Wallet Request by Managers Table

ShaikDimple_6-1704352964289.png

GROUPS:

ShaikDimple_0-1704351963261.png

Thanks,

Dimple Shaik

abhilash5
Tera Contributor

I have completed the tasknew application 1.pngnew application 2.pngnew application 3.pngnew application 4.pngnew application 5.pngnew application 6.png

Sivasangeethp
Tera Contributor

Link to source Control - Pull to git hub from ServiceNow

To get Access token from Github

1. Login to Github

2. Click the profile icon on right side

Sivasangeethp_0-1704357415311.png

3. Goto Settings

4. Click the Developer setting like 

Sivasangeethp_1-1704357482103.png

5. Personal Access Token > Token (Classic)

Sivasangeethp_2-1704357576582.png

6. Click the Token (classic) and then right side you could see "Generate new token > choose Generate new token(classic)" and you need to fill mandatory fields and choose all check box "read and write access". once u submit the token u will get the token . 

 

For creating credential in Servicenow

 

1. Goto Credentials in navigator and open it.

2. Click New and choose basic auth 

3. Set the User name  ( same as git hub) and for Password ( paste the access token from above 6 steps) and submit.

4. Now open App engine studio and open your Application (Corporate Gifting).

5. Click the Link to Source Control

Sivasangeethp_3-1704358342579.png

6. fill the URL (which is your git repository) and credential give access token which you have created on 3rd step and click "link to Sorce control " button.

7. After successfully linked. Goto GitHub and there you will see the "Compare and pull request" button with your "instance name (ex:sn_instances/dev71462)". 

8. click it and afterwards, you will find " create a pull request" button. Click it. And changes will be moved to github.

 

Mark it helpful. if it's working for you.

 

Community Alums
Not applicable

@nowGurukul 

 

I have successfully completed the Week 1 challenge !!.

Corporate Gifting . (Screenshot as below)

 

 App Engine Studio: Corporate Gifting

ShivPrasadTiw_0-1704366858097.png

 

FORM LAYOUT - EMPLOYEE TABLE

ShivPrasadTiw_1-1704367018308.png

 

LIST LAYOUT: Default view (EMPLOYEE TABLE)

ShivPrasadTiw_2-1704367182819.png

LIST LAYOUT: Corporate view(EMPLOYEE TABLE)

ShivPrasadTiw_3-1704367218618.png

FORM LAYOUT: E-Wallet Request by Managers Table

ShivPrasadTiw_4-1704367247859.png

LIST LAYOUT: Default view (E-Wallet Request by Managers Table)

ShivPrasadTiw_5-1704367285962.png

GROUPS:

ShivPrasadTiw_6-1704367323402.png

Records: Employee Table (Read Data Record! 😂)

ShivPrasadTiw_7-1704367410745.png

Records: E-Wallet Request by Managers Table

 

ShivPrasadTiw_9-1704367435616.png

Regards,

Shiv Prasad Tiwari

 

Himani_14
Mega Sage
Mega Sage

Hi @nowGurukul Team,

Thanks for introducing this weekly challenge. It will help us to learn and grow together. 

Please find screenshots of Week 1 challenge :

 

App Engine Studio 

Himani5_0-1704367369678.png

 

Tables 

Himani5_1-1704367459823.png

 

Groups and Members

Himani5_2-1704367568386.png

 

Form Layout

 

1. Employee Table

Himani5_3-1704368150846.png

 

2. E-Wallet Request by Managers Table

Himani5_4-1704368232104.png

 

List Layouts

 

Default View

Himani5_5-1704368344169.png

Corporate View

Himani5_6-1704368398242.png

 

2. E-Wallet Request by Managers Table

Himani5_7-1704368467176.png

 

Thanks!

 

 

Atheher Fathima
Mega Guru

@nowGurukul 

Week 1 Challenge Completed . attaching the document with the screenshots

 

 

  1. Mark the User table as Extensible

Before starting creation of the application, ensure that you mark the User table as extensible . Go to System Definition - > Tables - > search for user table , under controls tab, check the  Extensible option and update.

AtheherFathima_0-1704378610589.png

 

 

  1. Create the new custom application Corporate Gifting

AtheherFathima_1-1704378610600.png

 

 

  1. Creation and configuration of table 1 Employee
  2. Once the form layout is updated as mentioned, remove the remaining Related list
  3. Remove the “Set Password” button

AtheherFathima_2-1704378610611.png

 

  

List View : Default View

AtheherFathima_3-1704378610618.png

 

Corporate view

AtheherFathima_4-1704378610627.png

 

 

  1. Creation and configuration of table 2 : E-Wallet Request  by Managers

AtheherFathima_5-1704378610635.png

 

 

List view

 

AtheherFathima_6-1704378610640.png

 

  1. Creating the groups

AtheherFathima_7-1704378610649.png

 

 

  1. Creating records in Employee table with different position levels with all information filled in

AtheherFathima_8-1704378610672.png

 

  1. Adding the HR users into the groups

AtheherFathima_9-1704378610679.png

 

 

 

 

 

Chetna_dev
Kilo Sage

Hii @nowGurukul thanks for this challenge. It was my first time with AES and I absolutely enjoyed working with that and OfCourse learnt new stuff. Below are the screenshots.

 

Week 1 Challenge:- App Engine Studio - Corporate Gifting

Application and Tables:

Screenshot (53).png

 

Employee table (Form layout) :

Screenshot (49).png

Screenshot (51).png

 

Employee table (List layout and default view) 

Screenshot (47).png

Employee table (List layout & Corporate view) 

Screenshot (52).png

 

E-Wallet request by managers table (Form layout) :

Screenshot (55).png

 

E-Wallet request by managers table (List layout) 

Screenshot (54).png

 

Groups :

Screenshot (56).png

My linkedIn profile link: Chetna Sharma | LinkedIn

best

Chetna

Venkata Sai Ku1
Tera Contributor

Hello @nowGurukul ,

First, I would like to thank @Gagan Jolly and the team for bringing up this kind of practical activity every week 🙂

Corporate Gifting Application:

 

 

VenkataSaiKu1_0-1704421645529.png


Employee (Form View):

VenkataSaiKu1_1-1704421774330.png

 

Employee (List - Default View):

 

VenkataSaiKu1_2-1704421864310.png

 

Employee (List - Corporate View):

 

VenkataSaiKu1_3-1704422002120.png

 


E-wallet Request by Managers(Form View):

 

VenkataSaiKu1_4-1704422125000.png

E-wallet Request by Managers (List View):

 

VenkataSaiKu1_5-1704422245497.png

 

Groups Created:

 

VenkataSaiKu1_6-1704422387203.png

 

Included Members in Each Group:

VenkataSaiKu1_7-1704422487075.png

 

 

hVenkataSaiKu1_8-1704422523062.png

 

 

VenkataSaiKu1_9-1704422620551.png

 

VenkataSaiKu1_10-1704422665590.png


LinkedIn Profile: linkedin.com/in/venkata-sai-kumar-juturi-550190203 
I would appreciate any new connections for more learning and networking!!

Thanks again @Gagan Jolly and @Dr Atul G- LNG 

Best Regards,
Sai

Rampriya-S
Tera Guru
Tera Guru

Kudos to the 'Now Gurukul' team for fostering community through these challenges! Their initiative not only brings people together but also motivates them to embrace new challenges. Massive appreciation for the hardworking team behind it all! 👏

 

Corporate Gifting Application:

 

YouTube: https://youtu.be/kXs7p8TAMU4

LinkedIn: https://www.linkedin.com/feed/update/urn:li:activity:7148883329814036481/

 

Thank you!

Rampriya

J_31
Kilo Sage

@nowGurukul

@Gagan Jolly and @LearnNGrow-Atul @AnubhavRitolia 

Week 1 Challenge: App Engine Studio - Corporate Gifting

Application and Tables:

J_31_8-1704431957776.png

 

Application in Navigation

J_31_9-1704432070625.png

 

Employee table (Form layout) :

J_31_10-1704432256134.png

 

Employee table (List layout and Corporate view) 

J_31_11-1704432448752.png

 

Employee table (List layout & Default view) 

J_31_12-1704432589799.png

 

E-Wallet request by managers table (Form layout) :

J_31_13-1704434916624.png

 

E-Wallet request by managers table (List layout) 

J_31_14-1704435154146.png

 

Groups :

 

J_31_15-1704435267112.png

 

Populate E-Validity Balance date three months from today's date.

 

J_31_16-1704435517100.png

 

Regards

Jayanthi 

www.linkedin.com/in/jayanthi-jeyakumar-02a5a3a7

 

 

 

 

Sai Pavan
Tera Contributor

Hello @nowGurukul @Gagan Jolly and @LearnNGrow-Atul @AnubhavRitolia 

This is Sai Pavan. [https://www.linkedin.com/in/sai-pavan-reddy-9b339317a/]

I have Completed Week 1 Challenge Successfully.

Few points to mention,

1. I have created a custom scope using app engine studio. I have Created tables and views in the app engine studio. The experience was nice and simple.

2. Career Level field which is mentioned in form layout of employee table but not mentioned in the list of fields to be added. So I created a string field for the same.

3. No data was created in E-Wallet Request by Managers Table as it is not mentioned.

 

Here are the screenshots of the Tables, Forms and Lists.

SaiPavan_0-1704442168503.pngSaiPavan_1-1704442206829.pngSaiPavan_2-1704442222774.pngSaiPavan_3-1704442239238.pngSaiPavan_4-1704442254870.png

 

Regards,

Sai Pavan

mohanambalnanja
Tera Contributor

Hi ,

 

I have completed the Week1 Challenge. Below are the screenshots.

 

Corporate Gifting - App Engine

 

mohanambalnanja_6-1704443889110.png

 

 

Employee Table - Form View

mohanambalnanja_0-1704443552019.png

Employee Table List View - Default

mohanambalnanja_1-1704443600227.png

Employee Table List View - Corporate

 

mohanambalnanja_2-1704443648827.png

E-Wallet Request by Managers - Form View

 

mohanambalnanja_3-1704443710239.png

E-Wallet Request by Managers - Default View

mohanambalnanja_4-1704443786782.png

 

Groups:

mohanambalnanja_5-1704443819846.png

 

Savitha
Tera Expert

Week-1 Challenge
App Engine Studio – Corporate Gifting

App Engine 1.PNG

 

Employee - Form Layout

Corporate View 2.PNG

 

Employee - List Layout (Corporate view)

 

Corporate view Employee list 3.PNG

 

Employee - List Layout (Default view)

 

Default view Employee list 3.1.PNG

 

E-wallet Request by managers - Form Layout

E-wallet request by managers 4.PNG

 

E-wallet request by managers - List Layout

E-wallet list in Default view.PNG

 

Groups

Groups.PNG

Employees with HR Position level are added to all 4 groups

Group members - HR level.PNG

Thanks & Regards,

Savitha

Chetna_dev
Kilo Sage

Thanks @Sivasangeethp  for the detailed explanation of setting up pipeline for instance. It helped me to submit my app.

Version history
Last update:
‎12-31-2023 08:55 AM
Updated by: