Uses of Class
microsoft.dynamics.crm.entity.Systemform
-
Packages that use Systemform Package Description microsoft.dynamics.crm.entity microsoft.dynamics.crm.entity.collection.request microsoft.dynamics.crm.entity.request -
-
Uses of Systemform in microsoft.dynamics.crm.entity
Methods in microsoft.dynamics.crm.entity that return Systemform Modifier and Type Method Description SystemformSystemform.Builder. build()SystemformSystemform. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.SystemformSystemform. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).SystemformSystemform. with_ancestorformid_value(UUID _ancestorformid_value)SystemformSystemform. with_organizationid_value(UUID _organizationid_value)SystemformSystemform. withCanbedeleted(BooleanManagedProperty canbedeleted)SystemformSystemform. withComponentstate(Integer componentstate)SystemformSystemform. withDescription(String description)SystemformSystemform. withFormactivationstate(Integer formactivationstate)SystemformSystemform. withFormid(UUID formid)SystemformSystemform. withFormidunique(UUID formidunique)SystemformSystemform. withFormjson(String formjson)SystemformSystemform. withFormpresentation(Integer formpresentation)SystemformSystemform. withFormxml(String formxml)SystemformSystemform. withIntroducedversion(String introducedversion)SystemformSystemform. withIsairmerged(Boolean isairmerged)SystemformSystemform. withIscustomizable(BooleanManagedProperty iscustomizable)SystemformSystemform. withIsdefault(Boolean isdefault)SystemformSystemform. withIsdesktopenabled(Boolean isdesktopenabled)SystemformSystemform. withIsmanaged(Boolean ismanaged)SystemformSystemform. withIstabletenabled(Boolean istabletenabled)SystemformSystemform. withName(String name)SystemformSystemform. withObjecttypecode(String objecttypecode)SystemformSystemform. withOverwritetime(OffsetDateTime overwritetime)SystemformSystemform. withPublishedon(OffsetDateTime publishedon)SystemformSystemform. withSolutionid(UUID solutionid)SystemformSystemform. withType(Integer type)SystemformSystemform. withUniquename(String uniquename)SystemformSystemform. withUnmappedField(String name, Object value)SystemformSystemform. withVersion(Integer version)SystemformSystemform. withVersionnumber(Long versionnumber)Methods in microsoft.dynamics.crm.entity that return types with arguments of type Systemform Modifier and Type Method Description com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<Systemform>Systemform. copySystemForm(Systemform target)com.github.davidmoten.odata.client.FunctionRequestReturningNonCollectionUnwrapped<Systemform>Systemform. retrieveUnpublished()Methods in microsoft.dynamics.crm.entity with parameters of type Systemform Modifier and Type Method Description com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<Systemform>Systemform. copySystemForm(Systemform target) -
Uses of Systemform in microsoft.dynamics.crm.entity.collection.request
Methods in microsoft.dynamics.crm.entity.collection.request that return types with arguments of type Systemform Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPageNonEntityRequest<Systemform>SystemformCollectionRequest. retrieveFilteredForms(String entityLogicalName, Integer formType, Systemuser user)com.github.davidmoten.odata.client.CollectionPageNonEntityRequest<Systemform>SystemformCollectionRequest. retrieveUnpublishedMultiple() -
Uses of Systemform in microsoft.dynamics.crm.entity.request
Methods in microsoft.dynamics.crm.entity.request that return types with arguments of type Systemform Modifier and Type Method Description com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<Systemform>SystemformRequest. copySystemForm(Systemform target)com.github.davidmoten.odata.client.FunctionRequestReturningNonCollectionUnwrapped<Systemform>SystemformRequest. retrieveUnpublished()Methods in microsoft.dynamics.crm.entity.request with parameters of type Systemform Modifier and Type Method Description com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<Systemform>SystemformRequest. copySystemForm(Systemform target)
-