A client has all his changes in one solution, and normally exports from Dev and imports to UAT.
It's now coming up with an error when import to UAT:
There was an error calculating dependencies for this component. Missing component id b72901a0-1b6b-4fa4-bde2-b469895ec2ce
Clicking on Help from the Solution Import dialog takes you here: support.microsoft.com/.../there-was-an-error-calculating-dependencies-for-this-component-missing
This says to search the Solution.XML file for the guid. But doing this just brings up one line which doesn't tell me much:
<RootComponent type="60" id="{b72901a0-1b6b-4fa4-bde2-b469895ec2ce}" behavior="0" />
I've tried looking online and some posts have said you can enter the GUID in a URL from editing a form. But I can't get to edit a form since the new UCI interface
Anyone had the same issue recently, and managed to resolve it?
TIA
Thanks Mike,
I couldn't get the API URL working, but XRMToolbox and SQL 4 CDS using the query below worked a treat! Thanks again :)
select * from systemform
where formid = 'b72901a0-1b6b-4fa4-bde2-b469895ec2ce'
This blog suggests is a form.
msdynamicscrmblog.wordpress.com/.../
MYCRMURL/api/data/v9.1/systemforms - you can try adding this to the end of your CRM URL, but Ive never tried to get to it through the API. If that doesnt work you can use CDS for SQL in the XRMToolbox to query and verify.
select top 5 * from systemform where [IDFIED = 'b72901a0-1b6b-4fa4-bde2-b469895ec2ce']
Daivat Vartak (v-9d...
225
Super User 2025 Season 1
Eugen Podkorytov
106
Muhammad Shahzad Sh...
106
Most Valuable Professional