-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
IsRequired #52
Comments
@kitmenke Can you please assist? |
Hey @Gabreezy03, Generally a field is displayed in SharePoint like this:
So for each field, IsRequired is set to true when the asterisk (*) is present and false when it is missing. Hope this helps. |
@kitmenke thank you for your quick response. I would like to make certain fields required based on a condition. |
As noted in the README, I no longer have time to maintain SPUtility.js but I'll try to help you out. The IsRequired property only tells you what you've configured in the List Settings. If you want some fields to be required based on custom logic, SPUtility.js can help but you will need to write some code. Try googling "sharepoint presaveaction". |
Can anyone please assist me on how IsRequired is implemented because it doesn't seem to work on my side.
The text was updated successfully, but these errors were encountered: