in sharepoint i have a list,
i have a lookup field from another list,
lets call my list as FirstList and the other list as SecondList.
SecondList
-ID
-Title
FirstList
-ID
-Title
-SecondList
-SecondList:ID
when i look to SecondList:ID field internal name i saw it is written as
SecondList_x003A_ID
but i want it as
SecondList_x003a_ID
--> as a result i want to change the internal name of a field.