Customized Patch, Patch Integration. SQL Server field's SQL query losing characters after changing folder name externally.

SOLVED

Hi,

I am unfamiliar with development quirks so pardon me if I did anything wrong here.

I created a customized patch from patch creation from an activity code. It is created as a Specific patch.

There were hardcoded the folder's name (SILP) in one of the views created.

I am implementing the patch to a separate test environment (YSILP6; additional 2 characters).

As such, I open the customized patch file, replace all mentions of SILP to YSILP6 and updated the X3 database location of the X3 SQL instance as per needed.

When I patch integrate to YSILP6.

When I checked the views dictionary, under SQL server field:

From the patch creation server:

I did a manual reentry since it was only a few views at this time but I would like to avoid manually checking each when possible when doing a patch integration of a customized patch.

Is there a correct way to resolve this?