modules/InboundEmail/Save.php
Functions
syncSugarFoldersWithBeanChanges(
string $fieldName, \SugarBean $focus
)
:
voidCertain updates to the IE account need to be reflected in the related SugarFolder since they are created automatically. Only valid for IE accounts with auto import turned on.
Parameters
| Name | Type | Description |
|---|---|---|
| $fieldName | string | The field name that changed |
| $focus | \SugarBean | The InboundEmail bean being saved. |