i am successfully able to create a custom control using power app component framework ,able to create it's unman-aged solution and also able to apply on form field , now i wan to know is there any out box functionality of d365 crm that on load of form i will able to know on which field custom control is appiled? i tired XRM package i didn't get any yet. is there any method in power app component Framework which on executing will provide info to which field its bind?
@Anonymous you can get that information from the context. Try to use following code inside init method:
let boundToFieldName = context.parameters.YOURPROPERTYNAMEHERE.attributes.LogicalName;
WarrenBelz
109
Most Valuable Professional
Michael E. Gernaey
82
Super User 2025 Season 1
MS.Ragavendar
72