Hi friends! i use the following code to take the id and use it as primary for my data set. The problem is that if i want to create a dynamic item page , the entire row is blank . But … if you manually modify the empleoID entry in database , the dynamic page link appears in database . any solution ?
export function Empleoscompartidos_afterQuery(item,) {
item.empleoID = item._id;
return item;
}
@jonatandor35 it worked!!! you do not know the amount of post I read on this subject. None is resolved. Thanks to you many people will be able to solve the big problem of the ID thank you very much!!!