Skip to content
This repository has been archived by the owner on Jun 16, 2024. It is now read-only.

Add new Fake Message: RetrieveCurrentOrganizationRequest #529

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Add new Fake Message: RetrieveCurrentOrganizationRequest #529

wants to merge 1 commit into from

Conversation

ghost
Copy link

@ghost ghost commented Dec 8, 2020

Hi Jordi, I create new Fake Message RetrieveCurrentOrganizationRequest, which uses fake OrganizationUrl, Company and Organization.
I just need your help to fix preprocessor directives, because RetrieveCurrentOrganizationRequest is supported by FAKE_XRM_EASY.2015 and higher.
When I delete FAKE_XRM_EASY.2013 from preprocessor directives(1st line in commited file), whole code grayout so it will not be executed.
(Image 1 - code greyouts without FAKE_XRM_EASY.2013)
image

(Image 2 - code should be executed but it's not supported for FAKE_XRM_EASY.2013)
image

@BetimBeja
Copy link
Contributor

graying out is how it is supposed to be:
image
when you change context to 2016 for example
image

@jordimontana82
Copy link
Owner

jordimontana82 commented Dec 8, 2020

Thanks for this, yeah, it's supposed to work like Betim said above, just pick the active project that will highlight the code within the desired preprocessor symbol

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants