I’m getting errors when building a PowerServer 2021 project for a client application – see attached. Apparently, you can’t have duplicate objects in different libraries. It looks like PowerServer doesn’t know which one to parse when that is the case and the creation of the Web API fails. This is a problem for our clients as some have updated versions of objects in a 'custom' pbl that is at the top of the library list. For example, we might take a datawindow from another pbl further down the library list, customize it and save it to the custom pbl. That leaves you with two copies of that datawindow and will cause an error during the compile. Is there a workaround for this?
Thanks, Tom