I tested my first code, and it worked out, so I made the same code, with a different field that I want to mass update, and when I uploaded it, I got an error,Code:<?php $dictionary['Account']['fields']['map_listing_1stpage_c']['massupdate'] = 'true' ?>Code:<?php $dictionary['Account']['fields']['map_listing_complete_c']['massupdate'] = 'true' ?>
The second code doesn't work, and gives me this error
Parse error: syntax error, unexpected T_VARIABLE in /public_html/custom/modules/Accounts/Ext/Vardefs/vardefs.ext.php on line 6
Both of those fields are copied exactly from the fields section under studio, so I'm not sure exactly what is happening. Line 6 of the file is this
Code:$dictionary['Account']['fields']['map_listing_complete_c']['massupdate'] = 'true'


LinkBack URL
About LinkBacks



Reply With Quote
Bookmarks