Posts

Showing posts from September, 2025

2.3.7.4 release notes

2.3.7.4 Issue 2815  (progress) - Added cross-metadata references for: Animation rules Apex test suites Custom applications Custom objects (improvements) Dashboards Flexipages Flows Object and field translations Page layouts (improvements) Path assistants Quick actions Territory2 rules Workflows Most of the references added above are for SObject type and field names, though a few are for other metadata types such as Apex classes referenced in Apex test suites. I'm keeping a running list of other types of cross-metadata references that could be added and will likely implement those as well, though perhaps not immediately. If you find other specific SObject type/field references that are not being added properly based on these changes, please feel free to log new bugs in the public issue tracker with examples and I'll be happy to address them. Issue 2835  - Migrated to newer plugin SDK APIs to determine the installed/enabled state of various third-party plugins that IC integrates...

2.3.7.3 release notes

2.3.7.3 Issue 2815  (progress) - Added more cross-metadata references for: SObject fields in custom metadata ( *.md[-meta.xml] ). SObject fields in reports ( *.report[-meta.xml] ). SObject types and fields in report types ( *.reportType[-meta.xml] ). apex:// ApexTypeName  references. I think the primary unaddressed metadata type at this point is Flow, so that will obviously be the next one that gets my attention. Improved usage type categorization to include these types of cross-metadata references properly. Fixed several issues with dynamic type inference for referenced LWC component types in JavaScript and TypeScript. Fixed an issue with LWC component names used in CSS selectors in LWC JavaScript and TypeScript, particularly for selectors and dynamic component creation. The Apex  Unused Declaration  inspection now properly considers references from XML metadata files other than  package.xml  and permission set/profile metadata. The former should be consid...