Skip to content

You Are Here
  • Home
  • Technical

Category: Technical

November 7, 2018November 7, 2018 Alka

JWT (JSON web token)

Technical

JWT is a way to transport claims from one party to another party securely. What is Claim: Claim is what you claim to be to

Continue Reading
December 3, 2017December 5, 2017 Alka

Customer Service Schedule : Calendar and Calendar Rules

Dynamics, Technical

Top level calendar (i.e Customer service schedule record) has a set of calendarrules. One of those rules is a recurring rule, and other rules defines

Continue Reading
November 26, 2017December 5, 2017 Alka

Dynamics 365 > System Settings > General Tab > configuration mapping with organizationbase table columns

Dynamics, Technical

Setting Attribute Type Allow text wrapping in form fields labels and values IsTextWrapEnabled Bit Enable auto save on all forms IsAutoSaveEnabled Bit Enable Skype presence

Continue Reading
November 26, 2017December 5, 2017 Alka

Why RetrieveMultiple is not supported for calendarrule entity?

Dynamics, Technical

Calendarrule entity is child entity of calendar entity, where calendar is business unit owned entity and calendarrule is unowned entity. The records of calendarrule can

Continue Reading
November 26, 2017December 5, 2017 Alka

HTTP PATCH verb with specific header can be used for 3 different Update/Create scenarios 1. Upsert, 2. Update Only, and 3. Create Only

Dynamics, Technical

PATCH <serviceroot>/api/data/v8.0/calendars(id of the record)   Header Behaviour Absence of both If-Match and If-None-Match header Upsert if record already exists, updates it else Creates it.

Continue Reading
November 12, 2017December 5, 2017 Alka

Dynamics 365 Web Api : Create a contact record with customer field set as contact or account

Dynamics, Technical

Create a contact record named CustomerContact POST <rootservice>/api/data/v8.0/contacts {‘lastname’ : ‘CustomerContact’}   Note down the id1(f797401d-64c9-e711-8125-000d3a22f66f) of the record from response header Create an account

Continue Reading
All Right Reserved 2018
Proudly powered by WordPress | Theme: Gist by Candid Themes.