- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-13-2023 02:38 AM
Hi,
I have scripted a dynamic short description using task.short_description. But the mandatory short description field is not allowing to save the catalog task creation form. Is there a way to bypass the mandatory field and submit the form?
Attaching a SS.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-13-2023 02:52 AM
@Kishan_ Instead of using
Regards,Sushant Malsure
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-13-2023 02:42 AM
You need to remove the Mandatory field from Short Description, Check any Client Script or UI Policy will be there for short description.
or You can try a OnLoad() Client Script.
g_form.setMandatory('short_description',false);
Plz Mark my Solution as Accept and Give me thumbs up, if you find it Helpful.
Regards,
Samaksh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-13-2023 02:52 AM
@Kishan_ Instead of using
Regards,Sushant Malsure
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-13-2023 03:40 AM
Hello @Kishan_
Can you Plz Mark my Solution as Accept , it will help other community users to reach out here.
Regards,
Samaksh