List of Contributions

Bighnajit Mishra

Contact Details

My Content

1 to 7 of 7 total
Posted By Bighnajit Mishra 03-13-2025 12:41
Found In Egroup: Precisely Enterworks
\ view thread
Is there any record archiving mechanism in Enterworks? We have a SKU repository which has many old records and we do not want them to be present in SKU Staging or SKU Production repository. We do not even want them to Hard or Soft delete them. As hard deleting will cause the record to be lost entirely, ...
Posted By Bighnajit Mishra 11-20-2024 13:45
Found In Egroup: Precisely Enterworks
\ view thread
We have custom java functions that is packed as a jar file and placed on the Enterworks server. These custom functions invoke java services which returns a specific value that gets saved on the record in Enterworks repository. The way we call this custom function is via a VTL rule, an example: #set( ...
Posted By Bighnajit Mishra 08-30-2024 12:11
Found In Egroup: Precisely Enterworks
\ view thread
I am exploring a possibility to make Codeset value update or delete from EPX workflow. How can I edit a codeset value from EPX BICs? Any way I can make a Enable API call to make this codeset value update? Thanks Bighnajit ------------------------------ Bighnajit Mishra Lululemon Athletica - ...
Posted By Bighnajit Mishra 06-12-2024 12:16
Found In Egroup: Precisely Enterworks
\ view thread
Hello All Community Members, Is it possible to import a JSON file into some landing/pre-staging repository, and do some transformation so the data can then be loaded into Staging repository as per the data model? ------------------------------ Bighnajit Mishra Lululemon Athletica --------------- ...
Posted By Bighnajit Mishra 05-10-2024 03:13
Found In Egroup: Precisely Enterworks
\ view thread
Hi Everyone, I am looking for a way to allow certain user groups to see the contents inside a Profile, but should not be able to edit anything inside it. For example, Say there exists a Profile with name ABC Users in the group should be able to Open Manage Model (ABC) > See all the attibutes ...
Posted By Bighnajit Mishra 09-15-2023 05:57
Found In Egroup: Precisely Enterworks
\ view thread
Hello Everyone, I am looking for a query which can give me details of operation that happens in the Enable environment. For example, If a import job ran for repository X. I want to know how many record did the Import process Inserted, Updated or Rejected. I know it can be found from sync log, ...
Posted By Bighnajit Mishra 06-16-2023 04:21
Found In Egroup: Precisely Enterworks
\ view thread
I want to capture the user action and comment when they interact in a EPX workflow into a Commentary repo. To achieve this I leveraging the system level metadata information, like 'sys.workitem.initiator'. And using it to fetch user information from B_USER It works very well when we have an user ...