George Doubinski
George Doubinski
Hi @J76786786 (nice handle!) Not sure why you resurrected a 5 years old thread but if in your environment 1000+ users feel the need to use Level Up on a...
Hi @maulik-vinchhi I'm not sure if SOAP version supports multi-select picklists at all, we didn't test it specifically. But if it does not stop the request then the value to...
Hi @maulik-vinchhi we checked the code and multi select optionset has been added to Dynamics 365 after we released the toolkit. Since the current toolkit relies on SOAP that has...
@Tameem-Ahmad-com you're almost there. Just increment $page while you have $result->MoreRecords. paging cookie is a performance measure, read more about it at https://docs.microsoft.com/powerapps/developer/data-platform/org-service/page-large-result-sets-with-fetchxml HTH
Hi @Wirbelrind `requiredattendees` (and any other similar fields) are arrays of `ActivityParty` records (see [here](https://docs.microsoft.com/en-us/dynamics365/customer-engagement/developer/activityparty-entity)). I believe you have to set those before create the appointment as per [C# sample](https://docs.microsoft.com/en-us/dynamics365/customer-engagement/developer/sample-book-appointment)....
Hi @Wirbelrind can you paste the full code creating the subscription please? Thanks George
Hi @Wirbelrind `$systemuser[0]` is an entity, I don't believe it can be used everywhere where id is expected. It works for ownerid because we handle assignment of an entity to...
@RichPitul activityparties is a, uhm, challenge. Can you share the code what you're trying to achieve and the error you're getting?
@wizardist do we support `activityparty` in the above context?
Hi @billstennett `executeAction` is for executing custom actions, it is not the Execute method that you are after. What you need to do is to build your own SOAP packet...