Question
Pulse customization
We want to make some customizations to Pulse. Customizations such as - remove mentioned item, attachment option While looking through the pulse OOTB code, found that pyIsPulseUploadAllowed when rule can be set to false for removing attachment option. We can save it in our ruleset; assuming that this when rule is there for the purpose we are using it for and we wont miss out on any future pulse upgrades. Please let us know if this is the right way and that our assumption is correct For removing mentioned item, as per the OOTB code, found that param.IsDisplay could be set to false in pyPostTextParser. However that would need us to save as the rule in our ruleset which we want to avoid. The ask is if a when rule or better some system setting could be provided to turn on or off these features. Also by design Param.IsDisplay is hardcoded in the OOTB code to true. We should be allowed to pass that parameter as true or false in an extension rule. Kindly help to address this concern.
***Edited by Moderator: Pallavi to change content type from Idea to Question***