We are using the rest api robomqdev.crm.dynamics.com/.../EntityDefinitions(LogicalName='account')/Attributes to get the attributes of account. Now after getting the result we want to know which field is required or not. There is 'IsRequiredForForm' which we are getting from the result but when we match it with crm by login into the UI its getting the wrong result. So in our case 'IsRequiredForForm' is not working. Any one can help us to identify how we can know which field is required.
Thanks in advanced.