This portal is to open public enhancement requests for IBM Sterling products and services. To view all of your ideas submitted to IBM, create and manage groups of Ideas, or create an idea explicitly set to be either visible by all (public) or visible only to you and IBM (private), use the IBM Unified Ideas Portal (https://ideas.ibm.com).
We invite you to shape the future of IBM, including product roadmaps, by submitting ideas that matter to you the most. Here's how it works:
Start by searching and reviewing ideas and requests to enhance a product or service. Take a look at ideas others have posted, and add a comment, vote, or subscribe to updates on them if they matter to you. If you can't find what you are looking for,
Post an idea.
Get feedback from the IBM team and other customers to refine your idea.
Follow the idea through the IBM Ideas process.
Welcome to the IBM Ideas Portal (https://www.ibm.com/ideas) - Use this site to find out additional information and details about the IBM Ideas process and statuses.
IBM Unified Ideas Portal (https://ideas.ibm.com) - Use this site to view all of your ideas, create new ideas for any IBM product, or search for ideas across all of IBM.
ideasibm@us.ibm.com - Use this email to suggest enhancements to the Ideas process or request help from IBM for submitting your Ideas.
See this idea on ideas.ibm.com
Implementation-Version: 9.0.0.8(17)
Build-Date: 20181003.0829
Note:
<assign to="URI" from="'/spe/svc/codelists/DEFAULT|DON_TEST|||8/actions/bulkupdatecodes'"/>
Here "DON_TEST" is the Codelist Name , 8 is the Codelist Version Number.
Requirement:
Our Objective is to not use version number in the URL whereas API should intelligent enough to find out the selected default version from the Codebase and work on that version. It's difficult for us to keep track the latest version and provide the same in the URL and it will be more error prone incase version mismatch.
API also should create a new version while updating the latest version and mark the new version as latest version in the system.
4. We have to provide the Old items value as well as the new item value when we want to do any update of the existing item using Bulk Update .
Example:
We have to provide ID field details in the API Body when we want to update any existing item(Sender Code, Receiver Code, Start Date, End Date, Description) with new item.
Ex. Here we want to update Don15(Old Sender Code/Receiver Code) with Don156( New Sender Code/ Receiver Code). Input Json file will be look like below
{
"codes": [
{
"columns": null,
"description": "don156",
"endDate": null,
"id": "DEFAULT|DON_TEST|||8|don15|don15",
"receiverItem": "don156",
"senderItem": "don156",
"startDate": null
}
]
}
Expectation: There must be some way to avoid giving Old data items while updating with new data items. As we are trying to build some automation to update Codelist from SBI Business Process hence it will be difficult for us to maintain both Old Items and New items.
What is your industry? | Wholesale Distribution & Services |
How will this idea be used?
Customer wants this feature should be available ASAP in Production as there is a situation where we want to Update Multiple Code list at a time and we want to build some automation to update all code List at a time. |
By clicking the "Post Comment" or "Submit Idea" button, you are agreeing to the IBM Ideas Portal Terms of Use.
Do not place IBM confidential, company confidential, or personal information into any field.
Luke, what is the alternate for this problem ?
No plans to implement as it would require extensive work in the API.
Hi Team,
We have not received any update on the subject idea yet. Kindly let us know the progress.
Regards,
Prosenjit Das