To ensure that questions get required attention from community members and are NOT left unanswered, it’s important for the author to indicate (by selecting “Yes” or “No” when prompted) whether the question was answered. (newly added) Please note that it is also important to respond to EACH comment your question receives. Your Yes or No response ensures an accurate status for your question.
For more information, please refer to this announcement explaining best practices for getting answers to questions.
For more information, please refer to this announcement explaining best practices for getting answers to questions.
Planning
Discussion List
-
Trigger 'Application Diagnostics' via EPMAutomate or RestAPI or Groovy?Summary Is there a way to trigger the "Application Diagnostics" via EPMAutomate or RestAPI or Groovy?Content As you know there is "Application diagnostics" feature which… -
Export data to file from Begbalance (Fullyear) member using DMContent Hi all, We are trying to export data from a BegBalance member (renamed to "Fullyear" in the application) to a file (.TXT) using data management in the cloud (in … -
Artifact Snapshot Import Ignores Some Shared AccountsSummary Artifact Snapshot Import does not bring in all Shared AccountsContent Found an issue in an application when trying to migrate a Artifact Snapshot. * Import Artif… -
HFM to EPBCS integration (Load file with multiple rows pointing to same POV)Summary We have a data file from HFM which has multiple rows with same POV and we only want to load the latest row into EPBCS applicationContent HFM source file has mult… -
ASO Groovy - Clear target before allocataionsSummary We want to clear target account before performing ASO allocationsContent Hi All, We are performing ASO groovy allocations in our project and the only issue we ar… -
Running Business Rule with EPM AutomateSummary Taking time to execute a business rule via bussines ruleContent Hello, I have a consolidation business rule where the following behavior occurs: - If I execute v… -
WF -- Transfer -- FTE not cleared -- Year 1Summary WF Transfer process does not clear FTE data for transferred out months - from source entityContent Hello All, * Steps (V - 20.04.66) * Transfer Asset - from one … -
Shared Member Error when Cloning EnvironmentContent I am getting a few errors with shared members when importing PROD Snapshot to TEST. Has anybody experienced something similar? Error Message : Shared members can… -
SmartView Ad-Hoc Sheet With Smart List gives error while submitting data in EPBC Workforce Jul ReleaSummary SmartView Ad-Hoc Sheet With Smart List gives error while submitting data in EPBC Workforce Jul ReleaseContent SmartView Ad-Hoc Sheet With Smart List gives error … -
Changing URL for the EPM instanceSummary We would like to know if there is a way to change the URL of a non-prod instance.Content Recently we purchased a non-prod instance, and were given a different do… -
"The application is invalid."Summary Error upon login after removing application. Help!Content I removed an application on Friday from our development (test) environment planning to "start fresh" on… -
PBCS REST API Restart ServiceSummary Having issues with the Resetserver REST API callContent G'day Guys, anyone got the reset service REST function working? I'm getting someone random errors (genera… -
Groovy TemplatesSummary How are EPM Cloud administrators standardizing Groovy usage?Content I am writing to find out from EPM Cloud administrators on how you are creating standards in G… -
Can you populate a text based account via a calculation script?Content The ask is to have an automatic "audit" of any change to a specifc upper level account that occurs due to a data load. I have some ideas on how to track these ch… -
XWRITE like functionality between EPM Cloud Planning applicationsSummary What is the community using to create XWRITE like functionality between EPM Cloud Planning applications?Content Hey all, I have developed two methodologies to mo… -
Smart View - Options are not appearingSummary Smart View - Options are not appearingContent Hi All, Smart View - Options in Smartveiw pain are not appearing or grayed out. I have un-installed smartview and r… -
I not finding new feature in 20.07 update - "NEW GROOVY RULES TO RUN PRE-DEFINED WORKFORCE DATA MAPSSummary I am not finding new feature in 20.07 update - "NEW GROOVY RULES TO RUN PRE-DEFINED WORKFORCE DATA MAPS"Content Hi All, The Test environment is updated with a ne… -
Smart View - Cannot delete a value in a cell containing a Smart ListContent Hello everyone. In a form in Smart View, I cannot delete a cell that contains a smart list value. When I delete the value, the following message appears: Smart L…User_2025-01-28-02-48-16-296 46 views 3 comments 0 points Most recent by User_2025-01-28-02-48-16-296 -
EPM User Role Gives User Access to Integration->Data ManagementContent Hello all, I am working with a customer where we have updated navigation flows for a user but, they still see the "Data Load Settings" and "Data Management" link… -
ASO calculation issueSummary Webform doesn't openContent Hi In PBCS application, ASO cube, * Period dimension is dynamic * Account dimension is dynamic as well, and we want to compute accoun… -
Workforce - Data not getting loaded to OWP_Value and OWP_Basic Salary intersection from DATA MANAGEMSummary Workforce - Data not getting loaded to OWP_Value and OWP_Basic Salary intersection from DATA MANAGEMENTContent Workforce - Data not getting loaded to OWP_Value a… -
Trying to load a snapshot from oracle demo instance to my working instanceContent Here I'm trying to move the demo PBCS vision application to my EPBCS instance. But when i try to import the application from demo instance to my instance I'm get… -
Weekend Update - Data lostContent In Our EPBCS application, we have lost all of the data in Workforce and Financials cube after the update over this weekend. We dont see any rule ran that could h… -
FRS Webstudio functions, Union/And/OrSummary Question regarding FRS webstudio functionsContent Hello: If I do not have the correct forum, please let me know where I should be. We have a dimension that we ar… -
Data Management - Budget Writeback to ERPSummary We are facing an error "Exception: java.lang.Exception" during budget write back to ERP GL applicationContent Hi, When we executed budget writeback to GL through… -
How to load multi-column data to multiple periods with data managementContent Hi Everyone, I am attempting to load the attached csv file which consists of 1 row with multiple data columns that go to different periods. Is this possible usin… -
How to "reset" services via EPM AutomateSummary Unexpected error when performing data ruleContent Hello: We rec'd an "unexpected error occurred while executing the data rule.consult logs" when executing data ;… -
53rd week in Monthly App (P12) - incremental enablementSummary Can I just update for 53 weeks without re-build to P13 application?Content I have an existing EPBCS (P12) application which I want to keep as a P12 application b… -
Smart View - Ribbon does not appearContent I have a user, on Windows 10 where after installation the smar view tab is not visible on Excel. Smart view is installed with "Run as administrator" - No errors … -
contains - in groovySummary contains issue in groovy BRContent String sRTPMgt = rtps.Mgt.toString() List Mgtlist = ['Africa','Canada','UK','China'] if (Mgtlist.contains(sRTPMgt)){ run datam…